Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h240 #ifndef S_IFLNK
241 #define S_IFLNK 0120000 macro
253 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
H A Dyaffs_uboot_glue.c107 case S_IFLNK: return "symlink"; in yaffs_file_type_str()
H A Dyaffsfs.c1597 buf->st_mode |= S_IFLNK; in yaffsfs_DoStat()
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h12 #define S_IFLNK 0120000 /* symbolic link */ macro
22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dmode_string.c24 #if ( S_IFSOCK!= 0140000 ) || ( S_IFLNK != 0120000 ) \
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.h38 #define S_IFLNK 0120000 /* symbolic link */ macro
/rk3399_rockchip-uboot/cmd/
H A Dcramfs.c55 case S_IFLNK: str[0] = 'l'; break; in mkmodestr()
/rk3399_rockchip-uboot/fs/cramfs/
H A Dcramfs.c283 if ((CRAMFS_16 (inode->mode) & S_IFMT) == S_IFLNK) { in cramfs_list_inode()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.c525 if ((inode->i_mode & S_IFMT) == S_IFLNK) { in ubifs_findfile()
H A Dsuper.c350 case S_IFLNK: in ubifs_iget()
405 if ((inode->i_mode & S_IFMT) == S_IFLNK) { in ubifs_iget()
H A Dubifs.h522 #define S_IFLNK 0120000 macro
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c404 case S_IFLNK: str[0] = 'l'; break; in mkmodestr()
H A Djffs2_1pass.c926 case S_IFLNK: str[0] = 'l'; break; in mkmodestr()