| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | stat.h | 13 #define S_IFBLK 0060000 macro 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
| /linux-6.15/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)
|
| /linux-6.15/include/uapi/linux/ |
| H A D | stat.h | 13 #define S_IFBLK 0060000 macro 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
| /linux-6.15/fs/smb/client/ |
| H A D | reparse.h | 54 case S_IFBLK: return NFS_SPECFILE_BLK; in reparse_mode_nfs_type() 66 case S_IFBLK: return IO_REPARSE_TAG_LX_BLK; in reparse_mode_wsl_tag()
|
| H A D | reparse.c | 1133 fattr->cf_mode |= S_IFBLK; in wsl_to_fattr() 1207 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()
|
| /linux-6.15/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()
|
| H A D | check-exec.c | 149 ASSERT_EQ(0, mknod(block_dev_path, S_IFBLK | 0400, makedev(7, 0))); in FIXTURE_SETUP()
|
| /linux-6.15/tools/include/nolibc/ |
| H A D | types.h | 31 #define S_IFBLK 0060000 macro 40 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
|
| /linux-6.15/init/ |
| H A D | do_mounts.h | 22 return init_mknod(name, S_IFBLK | 0600, new_encode_dev(dev)); in create_dev()
|
| /linux-6.15/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()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_dev.c | 118 test_mknod("/dev/test_dev_cgroup_block", S_IFBLK, 1, 3, -1, in test_cgroup_dev()
|
| /linux-6.15/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()
|
| /linux-6.15/fs/pstore/ |
| H A D | blk.c | 274 init_mknod(devname, S_IFBLK | 0600, new_encode_dev(dev)); in early_boot_devpath()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | inode_repair.c | 464 *mode = S_IFBLK; in xrep_dinode_find_mode() 654 case S_IFBLK: in xrep_dinode_size() 1054 case S_IFBLK: in xrep_dinode_check_dfork() 1170 case S_IFBLK: in xrep_dinode_zap_dfork()
|
| /linux-6.15/fs/freevxfs/ |
| H A D | vxfs_inode.c | 65 ret |= S_IFBLK; in vxfs_transmod()
|
| /linux-6.15/fs/efs/ |
| H A D | inode.c | 160 case S_IFBLK: in efs_iget()
|
| /linux-6.15/security/tomoyo/ |
| H A D | tomoyo.c | 236 case S_IFBLK: in tomoyo_path_mknod()
|
| H A D | audit.c | 132 case S_IFBLK: in tomoyo_filetype()
|
| /linux-6.15/fs/erofs/ |
| H A D | inode.c | 157 case S_IFBLK: in erofs_read_inode()
|
| /linux-6.15/drivers/base/ |
| H A D | devtmpfs.c | 147 req.mode |= S_IFBLK; in devtmpfs_create_node()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfsproc.c | 353 case S_IFBLK: in nfsd_proc_create() 391 if (type != S_IFBLK && type != S_IFCHR) { in nfsd_proc_create()
|
| /linux-6.15/usr/ |
| H A D | gen_init_cpio.c | 252 mode |= S_IFBLK; in cpio_mknod()
|
| /linux-6.15/fs/romfs/ |
| H A D | super.c | 87 S_IFBLK | 0600, /* blockdev */
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.inc.h | 27 #define S_IFBLK 0060000 macro 37 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK)
|