Searched refs:FTS_NOSTAT (Results 1 – 9 of 9) sorted by relevance
278 ftsoptions &= ~FTS_NOSTAT; in c_Xmin()327 ftsoptions &= ~FTS_NOSTAT; in c_Xtime()421 ftsoptions &= ~FTS_NOSTAT; in c_acl()440 (ftsoptions & FTS_NOSTAT)) /* not stat()ing */ in f_delete()479 ftsoptions &= ~FTS_NOSTAT; /* no optimise */ in c_delete()591 ftsoptions &= ~FTS_NOSTAT; in c_empty()839 ftsoptions &= ~FTS_NOSTAT; in c_flags()953 ftsoptions &= ~FTS_NOSTAT; in c_fstype()1001 ftsoptions &= ~FTS_NOSTAT; in c_group()1057 ftsoptions &= ~FTS_NOSTAT; in c_inum()[all …]
90 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL; in main()
97 ops = FTS_PHYSICAL | FTS_NOSTAT; in ATF_TC_BODY()
52 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
681 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()695 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()912 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()1045 if (ISSET(FTS_NOSTAT)) in fts_alloc()1053 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
679 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()693 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()912 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()1044 if (ISSET(FTS_NOSTAT)) in fts_alloc()1052 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
682 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()696 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()923 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()1054 if (ISSET(FTS_NOSTAT)) in fts_alloc()1062 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
55 #define FTS_NOSTAT 0x000008 /* don't get stat info */ macro
145 fts_flags = FTS_LOGICAL | FTS_NOSTAT; in grep_tree()