/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 236 #ifndef S_IFBLK 237 #define S_IFBLK 0060000 macro 256 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | stat.h | 13 #define S_IFBLK 0060000 macro 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
/openbmc/linux/include/uapi/linux/ |
H A D | stat.h | 13 #define S_IFBLK 0060000 macro 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 14 #define S_IFBLK 0060000 /* block special */ macro 26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
/openbmc/linux/fs/smb/client/ |
H A D | reparse.h | 53 case S_IFBLK: return NFS_SPECFILE_BLK; in reparse_mode_nfs_type() 64 case S_IFBLK: return IO_REPARSE_TAG_LX_BLK; in reparse_mode_wsl_tag()
|
H A D | reparse.c | 699 fattr->cf_mode |= S_IFBLK; in wsl_to_fattr() 774 fattr->cf_mode |= S_IFBLK; in posix_reparse_to_fattr()
|
H A D | readdir.c | 93 case S_IFBLK: in cifs_prime_dcache() 270 case S_IFBLK: in cifs_posix_to_fattr()
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | non-regular.c | 111 FIXTURE_VARIANT_ADD(file, S_IFBLK) in FIXTURE_VARIANT_ADD() argument 119 .mode = S_IFBLK, in FIXTURE_VARIANT_ADD()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 29 #define S_IFBLK 0060000 macro 38 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
|
/openbmc/linux/init/ |
H A D | do_mounts.h | 20 return init_mknod(name, S_IFBLK | 0600, new_encode_dev(dev)); in create_dev()
|
/openbmc/linux/samples/vfs/ |
H A D | test-statx.c | 94 case S_IFBLK: printf(" block special file\n"); ft = 'b'; break; in dump_statx() 114 case S_IFBLK: in dump_statx()
|
/openbmc/linux/fs/erofs/ |
H A D | inode.c | 92 case S_IFBLK: in erofs_read_inode() 135 case S_IFBLK: in erofs_read_inode() 268 case S_IFBLK: in erofs_fill_inode()
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | mode_string.c | 24 || ( S_IFREG != 0100000 ) || ( S_IFBLK != 0060000 ) \
|
/openbmc/u-boot/cmd/ |
H A D | cramfs.c | 52 case S_IFBLK: str[0] = 'b'; break; in mkmodestr()
|
/openbmc/linux/fs/squashfs/ |
H A D | inode.c | 328 inode->i_mode |= S_IFBLK; in squashfs_read_inode() 350 inode->i_mode |= S_IFBLK; in squashfs_read_inode()
|
/openbmc/linux/fs/pstore/ |
H A D | blk.c | 274 init_mknod(devname, S_IFBLK | 0600, new_encode_dev(dev)); in early_boot_devpath()
|
/openbmc/linux/fs/freevxfs/ |
H A D | vxfs_inode.c | 65 ret |= S_IFBLK; in vxfs_transmod()
|
/openbmc/linux/fs/efs/ |
H A D | inode.c | 161 case S_IFBLK: in efs_iget()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfsproc.c | 322 case S_IFBLK: in nfsd_proc_create() 359 if (type != S_IFBLK && type != S_IFCHR) { in nfsd_proc_create()
|
/openbmc/linux/security/tomoyo/ |
H A D | tomoyo.c | 235 case S_IFBLK: in tomoyo_path_mknod()
|
H A D | audit.c | 132 case S_IFBLK: in tomoyo_filetype()
|
/openbmc/linux/drivers/base/ |
H A D | devtmpfs.c | 132 req.mode |= S_IFBLK; in devtmpfs_create_node()
|
/openbmc/linux/usr/ |
H A D | gen_init_cpio.c | 251 mode |= S_IFBLK; in cpio_mknod()
|
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
H A D | makedevs.c | 405 mode |= (type == 'c') ? S_IFCHR : S_IFBLK; in interpret_table_entry()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 24 #define S_IFBLK 0060000 macro 34 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK)
|