Home
last modified time | relevance | path

Searched refs:S_ISLNK (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h253 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/rk3399_rockchip-uboot/fs/cramfs/
H A Dcramfs.c165 } else if (S_ISLNK (CRAMFS_16 (inode->mode))) { in cramfs_resolve()
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs_private.h401 #define S_ISLNK(mode) (((mode) & 0170000) == 0120000) macro
H A Dreiserfs.c720 if (S_ISLNK (mode)) in reiserfs_dir()