Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dstat.h14 #define S_IFDIR 0040000 macro
23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/tools/testing/selftests/memfd/
Dfuse_mnt.c32 st->st_mode = S_IFDIR | 0755; in memfd_getattr()
/tools/usb/usbip/src/
Dusbip_attach.c55 if (!(s.st_mode & S_IFDIR)) in record_connection()
/tools/testing/selftests/exec/
Dnon-regular.c87 FIXTURE_VARIANT_ADD(file, S_IFDIR) in FIXTURE_VARIANT_ADD() argument
/tools/perf/util/
Dutil.c162 if (!(statbuf.st_mode & S_IFDIR)) in rm_rf_depth_pat()
Ddata.c226 return (st.st_mode & S_IFMT) == S_IFDIR; in is_dir()
/tools/include/nolibc/
Dnolibc.h207 #define S_IFDIR 0040000 macro
216 #define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR)
/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h25 #define S_IFDIR 0040000 macro
32 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)