Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h254 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/openbmc/u-boot/include/linux/
H A Dstat.h24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h36 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h32 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h399 #define S_ISDIR(mode) (((mode) & 0170000) == 0040000) macro