Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 10 of 10) sorted by relevance

/tools/perf/trace/beauty/include/uapi/linux/
A Dstat.h14 #define S_IFDIR 0040000 macro
23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/tools/include/uapi/linux/
A Dstat.h14 #define S_IFDIR 0040000 macro
23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/tools/include/nolibc/
A Dtypes.h30 #define S_IFDIR 0040000 macro
39 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/tools/testing/selftests/memfd/
A Dfuse_mnt.c32 st->st_mode = S_IFDIR | 0755; in memfd_getattr()
/tools/testing/selftests/exec/
A Dnon-regular.c87 FIXTURE_VARIANT_ADD(file, S_IFDIR) in FIXTURE_VARIANT_ADD() argument
/tools/usb/usbip/src/
A Dusbip_attach.c55 if (!(s.st_mode & S_IFDIR)) in record_connection()
/tools/perf/util/
A Dutil.c171 if (!(statbuf.st_mode & S_IFDIR)) in rm_rf_depth_pat()
A Ddata.c241 return (st.st_mode & S_IFMT) == S_IFDIR; in is_dir()
/tools/testing/selftests/bpf/progs/
A Dprofiler.inc.h28 #define S_IFDIR 0040000 macro
35 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)
/tools/perf/
A Dbuiltin-daemon.c274 if ((st.st_mode & S_IFMT) != S_IFDIR) { in check_base()

Completed in 23 milliseconds