Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h244 #ifndef S_IFDIR
245 #define S_IFDIR 0040000 macro
254 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
H A Dyaffs_uboot_glue.c106 case S_IFDIR: return "directory"; in yaffs_file_type_str()
H A Dyaffs_guts.c4563 yaffs_create_fake_dir(dev, YAFFS_OBJECTID_UNLINKED, S_IFDIR); in yaffs_create_initial_dir()
4565 yaffs_create_fake_dir(dev, YAFFS_OBJECTID_DELETED, S_IFDIR); in yaffs_create_initial_dir()
4568 YAFFS_ROOT_MODE | S_IFDIR); in yaffs_create_initial_dir()
4571 YAFFS_LOSTNFOUND_MODE | S_IFDIR); in yaffs_create_initial_dir()
H A Dyaffsfs.c1595 buf->st_mode |= S_IFDIR; in yaffsfs_DoStat()
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h15 #define S_IFDIR 0040000 /* directory */ macro
24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dmode_string.c26 || ( S_IFDIR != 0040000 ) || ( S_IFCHR != 0020000 ) \
/rk3399_rockchip-uboot/cmd/
H A Dcramfs.c51 case S_IFDIR: str[0] = 'd'; break; in mkmodestr()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsb.c305 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
H A Dubifs.h525 #define S_IFDIR 0040000 macro
H A Dsuper.c342 case S_IFDIR: in ubifs_iget()
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c400 case S_IFDIR: str[0] = 'd'; break; in mkmodestr()
H A Djffs2_1pass.c922 case S_IFDIR: str[0] = 'd'; break; in mkmodestr()
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.c836 if (le16_to_cpu(temp_inode.mode) & S_IFDIR) { in ext4fs_get_parent_inode_num()