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

/u-boot/fs/yaffs2/
H A Dyportenv.h245 #ifndef S_IFDIR
246 #define S_IFDIR 0040000 macro
255 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
H A Dyaffs_uboot_glue.c109 case S_IFDIR: return "directory";
H A Dyaffs_guts.c4563 yaffs_create_fake_dir(dev, YAFFS_OBJECTID_UNLINKED, S_IFDIR);
4565 yaffs_create_fake_dir(dev, YAFFS_OBJECTID_DELETED, S_IFDIR);
4568 YAFFS_ROOT_MODE | S_IFDIR);
4571 YAFFS_LOSTNFOUND_MODE | S_IFDIR);
H A Dyaffsfs.c1596 buf->st_mode |= S_IFDIR;
/u-boot/include/linux/
H A Dstat.h15 #define S_IFDIR 0040000 /* directory */ macro
24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/u-boot/fs/erofs/
H A Dnamei.c50 case S_IFDIR:
85 case S_IFDIR:
/u-boot/cmd/
H A Dcramfs.c53 case S_IFDIR: str[0] = 'd'; break;
/u-boot/test/image/
H A Dspl_load_fs.c109 root_inode->mode = cpu_to_le16(S_IFDIR | 0755);
/u-boot/fs/ubifs/
H A Dsb.c306 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO);
H A Dubifs.h524 #define S_IFDIR 0040000 macro
H A Dsuper.c346 case S_IFDIR:
/u-boot/fs/jffs2/
H A Djffs2_1pass.c877 case S_IFDIR: str[0] = 'd'; break;
/u-boot/fs/ext4/
H A Dext4_common.c833 if (le16_to_cpu(temp_inode.mode) & S_IFDIR) {

Completed in 402 milliseconds