Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyportenv.h241 #ifndef S_IFLNK
242 #define S_IFLNK 0120000 macro
254 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
A Dyaffs_uboot_glue.c108 case S_IFLNK: return "symlink"; in yaffs_file_type_str()
A Dyaffsfs.c1598 buf->st_mode |= S_IFLNK; in yaffsfs_DoStat()
/u-boot/include/linux/
A Dstat.h12 #define S_IFLNK 0120000 /* symbolic link */ macro
22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/u-boot/fs/ext4/
A Dext4_common.h38 #define S_IFLNK 0120000 /* symbolic link */ macro
A Dext4_write.c476 if ((le16_to_cpu(inode.mode) & S_IFLNK) && in ext4fs_delete_file()
944 file_inode->mode = cpu_to_le16(S_IFLNK | S_IRWXU | S_IRWXG | in ext4fs_write()
/u-boot/fs/reiserfs/
A Dmode_string.c23 #if ( S_IFSOCK!= 0140000 ) || ( S_IFLNK != 0120000 ) \
/u-boot/cmd/
A Dcramfs.c57 case S_IFLNK: str[0] = 'l'; break; in mkmodestr()
/u-boot/fs/cramfs/
A Dcramfs.c284 if ((CRAMFS_16 (inode->mode) & S_IFMT) == S_IFLNK) { in cramfs_list_inode()
/u-boot/fs/ubifs/
A Dubifs.c514 if ((inode->i_mode & S_IFMT) == S_IFLNK) { in ubifs_findfile()
A Dsuper.c353 case S_IFLNK: in ubifs_iget()
408 if ((inode->i_mode & S_IFMT) == S_IFLNK) { in ubifs_iget()
A Dubifs.h521 #define S_IFLNK 0120000 macro
/u-boot/fs/jffs2/
A Djffs2_1pass.c864 case S_IFLNK: str[0] = 'l'; break; in mkmodestr()

Completed in 53 milliseconds