Searched refs:S_IFREG (Results 1 - 11 of 11) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyportenv.h249 #ifndef S_IFREG
250 #define S_IFREG 0100000 macro
256 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
H A Dyaffs_uboot_glue.c108 case S_IFREG: return "regular file";
H A Dyaffsfs.c1600 buf->st_mode |= S_IFREG;
/u-boot/include/linux/
H A Dstat.h13 #define S_IFREG 0100000 /* regular */ macro
23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/u-boot/fs/erofs/
H A Dnamei.c49 case S_IFREG:
84 case S_IFREG:
/u-boot/cmd/
H A Dcramfs.c59 case S_IFREG: str[0] = '-'; break;
/u-boot/test/image/
H A Dspl_load_fs.c116 file_inode->mode = cpu_to_le16(S_IFREG | 0644);
/u-boot/fs/ext4/
H A Dext4_write.c964 file_inode->mode = cpu_to_le16(S_IFREG | S_IRWXU | S_IRGRP |
/u-boot/fs/ubifs/
H A Dubifs.h522 #define S_IFREG 0100000 macro
H A Dsuper.c329 case S_IFREG:
/u-boot/fs/jffs2/
H A Djffs2_1pass.c883 case S_IFREG: str[0] = '-'; break;

Completed in 192 milliseconds