Searched refs:FTS_NOSTAT (Results 1 – 5 of 5) 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()
4 # fts* - linux-kernel-modules.c is careful with FTS_NOSTAT
95 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
399 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()
3213 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT | FTS_XDEV; in cpuset_fts_open()