Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h236 #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 Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/openbmc/linux/include/uapi/linux/
H A Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/openbmc/u-boot/include/linux/
H A Dstat.h14 #define S_IFBLK 0060000 /* block special */ macro
26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/openbmc/linux/fs/smb/client/
H A Dreparse.h52 case S_IFBLK: return NFS_SPECFILE_BLK; in reparse_mode_nfs_type()
63 case S_IFBLK: return IO_REPARSE_TAG_LX_BLK; in reparse_mode_wsl_tag()
H A Dreparse.c439 fattr->cf_mode |= S_IFBLK; in wsl_to_fattr()
488 fattr->cf_mode |= S_IFBLK; in cifs_reparse_point_to_fattr()
/openbmc/linux/tools/testing/selftests/exec/
H A Dnon-regular.c111 FIXTURE_VARIANT_ADD(file, S_IFBLK) in FIXTURE_VARIANT_ADD() argument
119 .mode = S_IFBLK, in FIXTURE_VARIANT_ADD()
/openbmc/linux/init/
H A Ddo_mounts.h20 return init_mknod(name, S_IFBLK | 0600, new_encode_dev(dev)); in create_dev()
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h29 #define S_IFBLK 0060000 macro
38 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
/openbmc/linux/samples/vfs/
H A Dtest-statx.c94 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 Dinode.c92 case S_IFBLK: in erofs_read_inode()
135 case S_IFBLK: in erofs_read_inode()
276 case S_IFBLK: in erofs_fill_inode()
/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c24 || ( S_IFREG != 0100000 ) || ( S_IFBLK != 0060000 ) \
/openbmc/u-boot/cmd/
H A Dcramfs.c52 case S_IFBLK: str[0] = 'b'; break; in mkmodestr()
/openbmc/linux/fs/squashfs/
H A Dinode.c323 inode->i_mode |= S_IFBLK; in squashfs_read_inode()
345 inode->i_mode |= S_IFBLK; in squashfs_read_inode()
/openbmc/linux/fs/pstore/
H A Dblk.c274 init_mknod(devname, S_IFBLK | 0600, new_encode_dev(dev)); in early_boot_devpath()
/openbmc/linux/fs/freevxfs/
H A Dvxfs_inode.c65 ret |= S_IFBLK; in vxfs_transmod()
/openbmc/linux/fs/efs/
H A Dinode.c161 case S_IFBLK: in efs_iget()
/openbmc/linux/security/tomoyo/
H A Dtomoyo.c235 case S_IFBLK: in tomoyo_path_mknod()
H A Daudit.c132 case S_IFBLK: in tomoyo_filetype()
/openbmc/linux/fs/nfsd/
H A Dnfsproc.c322 case S_IFBLK: in nfsd_proc_create()
359 if (type != S_IFBLK && type != S_IFCHR) { in nfsd_proc_create()
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c132 req.mode |= S_IFBLK; in devtmpfs_create_node()
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c401 mode |= (type == 'c') ? S_IFCHR : S_IFBLK; in interpret_table_entry()
/openbmc/linux/usr/
H A Dgen_init_cpio.c251 mode |= S_IFBLK; in cpio_mknod()
/openbmc/linux/fs/romfs/
H A Dsuper.c87 S_IFBLK | 0600, /* blockdev */
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h24 #define S_IFBLK 0060000 macro
34 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK)

123