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

/u-boot/fs/yaffs2/
H A Dyportenv.h241 #ifndef S_IFLNK
242 #define S_IFLNK 0120000 macro
254 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
H A Dyaffs_uboot_glue.c110 case S_IFLNK: return "symlink";
H A Dyaffsfs.c1598 buf->st_mode |= S_IFLNK;
/u-boot/include/linux/
H A Dstat.h12 #define S_IFLNK 0120000 /* symbolic link */ macro
22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/u-boot/fs/ext4/
H A Dext4_common.h38 #define S_IFLNK 0120000 /* symbolic link */ macro
H A Dext4_write.c954 file_inode->mode = cpu_to_le16(S_IFLNK | S_IRWXU | S_IRWXG |
/u-boot/fs/erofs/
H A Dnamei.c51 case S_IFLNK:
86 case S_IFLNK:
/u-boot/cmd/
H A Dcramfs.c57 case S_IFLNK: str[0] = 'l'; break;
/u-boot/fs/cramfs/
H A Dcramfs.c281 if ((CRAMFS_16 (inode->mode) & S_IFMT) == S_IFLNK) {
/u-boot/fs/ubifs/
H A Dubifs.c508 if ((inode->i_mode & S_IFMT) == S_IFLNK) {
H A Dsuper.c354 case S_IFLNK:
409 if ((inode->i_mode & S_IFMT) == S_IFLNK) {
H A Dubifs.h521 #define S_IFLNK 0120000 macro
/u-boot/fs/jffs2/
H A Djffs2_1pass.c881 case S_IFLNK: str[0] = 'l'; break;

Completed in 97 milliseconds