Home
last modified time | relevance | path

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

/openbmc/u-boot/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.c4562 yaffs_create_fake_dir(dev, YAFFS_OBJECTID_UNLINKED, S_IFDIR); in yaffs_create_initial_dir()
4564 yaffs_create_fake_dir(dev, YAFFS_OBJECTID_DELETED, S_IFDIR); in yaffs_create_initial_dir()
4567 YAFFS_ROOT_MODE | S_IFDIR); in yaffs_create_initial_dir()
4570 YAFFS_LOSTNFOUND_MODE | S_IFDIR); in yaffs_create_initial_dir()
H A Dyaffsfs.c1595 buf->st_mode |= S_IFDIR; in yaffsfs_DoStat()
/openbmc/u-boot/include/linux/
H A Dstat.h15 #define S_IFDIR 0040000 /* directory */ macro
24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c25 || ( S_IFDIR != 0040000 ) || ( S_IFCHR != 0020000 ) \
/openbmc/u-boot/cmd/
H A Dcramfs.c51 case S_IFDIR: str[0] = 'd'; break; in mkmodestr()
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py175 'st_mode': 0o755 | stat.S_IFDIR,
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p.c61 g_assert((st.st_mode & S_IFMT) == S_IFDIR); in virtio_9p_create_local_test_dir()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-lfs.patch78 case S_IFDIR:
/openbmc/qemu/hw/9pfs/
H A D9p-synth.c33 .mode = 0555 | S_IFDIR,
51 mode = ((mode & 0777) | S_IFDIR) & ~(S_IWUSR | S_IWGRP | S_IWOTH); in v9fs_add_dir_node()
H A D9p-local.c739 credp->fc_mode = credp->fc_mode | S_IFDIR; in local_mkdir()
H A D9p.c1133 ret |= S_IFDIR; in v9mode_to_mode()
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c526 g_assert((st.st_mode & S_IFMT) == S_IFDIR); in fs_create_dir()
545 g_assert((st.st_mode & S_IFMT) == S_IFDIR); in fs_unlinkat_dir()
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c392 mode |= S_IFDIR; in interpret_table_entry()
/openbmc/u-boot/fs/ubifs/
H A Dsb.c304 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
H A Dubifs.h524 #define S_IFDIR 0040000 macro
H A Dsuper.c341 case S_IFDIR: in ubifs_iget()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c400 case S_IFDIR: str[0] = 'd'; break; in mkmodestr()
H A Djffs2_1pass.c873 case S_IFDIR: str[0] = 'd'; break; in mkmodestr()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch78 case S_IFDIR:
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch65 -#define S_IFDIR 0040000 // Directory
75 -#define T_IFDIR (S_IFDIR >> S_IFSHIFT)
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c834 if (le16_to_cpu(temp_inode.mode) & S_IFDIR) { in ext4fs_get_parent_inode_num()
/openbmc/qemu/linux-user/
H A Dstrace.c1069 FLAG_GENERIC(S_IFDIR),