Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h224 #ifndef S_IFSOCK
225 #define S_IFSOCK 0140000 macro
252 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h11 #define S_IFSOCK 0140000 /* named socket */ macro
28 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dmode_string.c24 #if ( S_IFSOCK!= 0140000 ) || ( S_IFLNK != 0120000 ) \
/rk3399_rockchip-uboot/cmd/
H A Dcramfs.c56 case S_IFSOCK: str[0] = 's'; break; in mkmodestr()
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c405 case S_IFSOCK: str[0] = 's'; break; in mkmodestr()
H A Djffs2_1pass.c927 case S_IFSOCK: str[0] = 's'; break; in mkmodestr()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h521 #define S_IFSOCK 0140000 macro
H A Dsuper.c391 case S_IFSOCK: in ubifs_iget()