Searched refs:FTS_NOSTAT (Results 1 – 3 of 3) sorted by relevance
673 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()687 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()891 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()1023 if (ISSET(FTS_NOSTAT)) in fts_alloc()1031 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
95 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
3213 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT | FTS_XDEV; in cpuset_fts_open()