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

/u-boot/include/linux/
H A Dstat.h22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/u-boot/fs/yaffs2/
H A Dyportenv.h254 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/u-boot/fs/erofs/
H A Dfs.c97 if (S_ISLNK(dirs->inode.i_mode)) {
229 if (S_ISLNK(vi.i_mode)) {
/u-boot/fs/cramfs/
H A Dcramfs.c165 } else if (S_ISLNK (CRAMFS_16 (inode->mode))) {
/u-boot/fs/ext4/
H A Dext4_write.c476 if (S_ISLNK(le16_to_cpu(inode.mode)) &&

Completed in 63 milliseconds