Searched defs:S_ISBLK (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dstat.h25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/linux-master/tools/include/nolibc/
H A Dtypes.h40 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h36 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) macro

Completed in 361 milliseconds