Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h248 #ifndef S_IFREG
249 #define S_IFREG 0100000 macro
255 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
H A Dyaffs_uboot_glue.c105 case S_IFREG: return "regular file"; in yaffs_file_type_str()
H A Dyaffsfs.c1599 buf->st_mode |= S_IFREG; in yaffsfs_DoStat()
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h13 #define S_IFREG 0100000 /* regular */ macro
23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dmode_string.c25 || ( S_IFREG != 0100000 ) || ( S_IFBLK != 0060000 ) \
/rk3399_rockchip-uboot/cmd/
H A Dcramfs.c57 case S_IFREG: str[0] = '-'; break; in mkmodestr()
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c406 case S_IFREG: str[0] = '-'; break; in mkmodestr()
H A Djffs2_1pass.c928 case S_IFREG: str[0] = '-'; break; in mkmodestr()
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_write.c913 file_inode->mode = cpu_to_le16(S_IFREG | S_IRWXU | in ext4fs_write()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h523 #define S_IFREG 0100000 macro
H A Dsuper.c325 case S_IFREG: in ubifs_iget()