Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h236 #ifndef S_IFBLK
237 #define S_IFBLK 0060000 macro
256 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h14 #define S_IFBLK 0060000 /* block special */ macro
26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dmode_string.c25 || ( S_IFREG != 0100000 ) || ( S_IFBLK != 0060000 ) \
/rk3399_rockchip-uboot/cmd/
H A Dcramfs.c52 case S_IFBLK: str[0] = 'b'; break; in mkmodestr()
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c401 case S_IFBLK: str[0] = 'b'; break; in mkmodestr()
H A Djffs2_1pass.c923 case S_IFBLK: str[0] = 'b'; break; in mkmodestr()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h524 #define S_IFBLK 0060000 macro
H A Dsuper.c365 case S_IFBLK: in ubifs_iget()