Home
last modified time | relevance | path

Searched refs:FTS_NOSTAT (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c88 * The "FTS_NOSTAT" option can avoid a lot of calls to stat(2) if it
618 * The real slowdown in walking the tree is the stat calls. If FTS_NOSTAT is
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()
/third_party/FreeBSD/include/
H A Dfts.h94 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
/third_party/elfutils/libdwfl/
H A Dlinux-kernel-modules.c399 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_report_offline()
669 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes()
803 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3213 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT | FTS_XDEV; in cpuset_fts_open()

Completed in 8 milliseconds