Home
last modified time | relevance | path

Searched defs:S_ISREG (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h255 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs_private.h399 #define S_ISREG(mode) (((mode) & 0170000) == 0100000) macro