Home
last modified time | relevance | path

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

/openbmc/u-boot/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()
/openbmc/u-boot/include/linux/
H A Dstat.h13 #define S_IFREG 0100000 /* regular */ macro
23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/openbmc/openbmc/poky/meta/recipes-devtools/mtd/files/
H A D0002-ubifs-utils-journal-Include-sys-stat.h.patch14 | ../git/ubifs-utils/libubifs/journal.c:415:14: error: 'S_IFREG' undeclared (first use in this func…
15 | 415 | case S_IFREG:
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c569 g_assert((st.st_mode & S_IFMT) == S_IFREG); in fs_create_file()
586 g_assert((st.st_mode & S_IFMT) == S_IFREG); in fs_unlinkat_file()
605 g_assert((st.st_mode & S_IFMT) == S_IFREG); in fs_symlink_file()
629 g_assert((st.st_mode & S_IFMT) == S_IFREG); in fs_unlinkat_symlink()
654 g_assert((st_real.st_mode & S_IFMT) == S_IFREG); in fs_hardlink_file()
664 g_assert((st_link.st_mode & S_IFMT) == S_IFREG); in fs_hardlink_file()
682 g_assert((st_real.st_mode & S_IFMT) == S_IFREG); in fs_unlinkat_hardlink()
716 g_assert((st_file.st_mode & S_IFMT) == S_IFREG); in fs_use_after_unlink()
/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c24 || ( S_IFREG != 0100000 ) || ( S_IFBLK != 0060000 ) \
/openbmc/u-boot/cmd/
H A Dcramfs.c57 case S_IFREG: str[0] = '-'; break; in mkmodestr()
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py188 'st_mode': 0o644 | stat.S_IFREG,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-lfs.patch79 case S_IFREG:
/openbmc/qemu/block/export/
H A Dfuse.c187 exp->st_mode = S_IFREG | S_IRUSR; in fuse_export_create()
550 exp->st_mode = (statbuf->st_mode & 07777) | S_IFREG; in fuse_setattr()
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c396 mode |= S_IFREG; in interpret_table_entry()
/openbmc/qemu/hw/9pfs/
H A D9p-local.c683 err = qemu_mknodat(dirfd, name, fs_ctx->fmode | S_IFREG, 0); in local_mknod()
847 credp->fc_mode = credp->fc_mode | S_IFREG; in local_open2()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c406 case S_IFREG: str[0] = '-'; break; in mkmodestr()
H A Djffs2_1pass.c879 case S_IFREG: str[0] = '-'; break; in mkmodestr()
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c918 file_inode->mode = cpu_to_le16(S_IFREG | S_IRWXU | in ext4fs_write()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch68 -#define S_IFREG 0100000 // Regular file
78 -#define T_IFREG (S_IFREG >> S_IFSHIFT)
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h522 #define S_IFREG 0100000 macro
H A Dsuper.c324 case S_IFREG: in ubifs_iget()