Home
last modified time | relevance | path

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

12

/linux/include/uapi/linux/
H A Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/linux/tools/include/uapi/linux/
H A Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/linux/tools/include/nolibc/
H A Dtypes.h47 #define S_IFBLK 0060000
56 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
32 #define S_IFBLK global() macro
/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()
H A Dcheck-exec.c149 ASSERT_EQ(0, mknod(block_dev_path, S_IFBLK | 0400, makedev(7, 0))); in FIXTURE_SETUP()
/linux/samples/vfs/
H A Dtest-statx.c100 case S_IFBLK: printf(" block special file\n"); ft = 'b'; break; in dump_statx()
120 case S_IFBLK: in dump_statx()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_dev.c118 test_mknod("/dev/test_dev_cgroup_block", S_IFBLK, 1, 3, -1, in test_cgroup_dev()
/linux/fs/squashfs/
H A Dinode.c355 inode->i_mode |= S_IFBLK; in squashfs_read_inode()
378 inode->i_mode |= S_IFBLK; in squashfs_read_inode()
/linux/fs/pstore/
H A Dblk.c274 init_mknod(devname, S_IFBLK | 0600, new_encode_dev(dev)); in early_boot_devpath()
/linux/fs/xfs/scrub/
H A Dinode_repair.c464 *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/security/tomoyo/
H A Dtomoyo.c236 case S_IFBLK: in tomoyo_path_mknod()
H A Daudit.c132 case S_IFBLK: in tomoyo_filetype()
H A Dcondition.c880 value = S_IFBLK; in tomoyo_condition()
/linux/fs/nfsd/
H A Dnfsproc.c354 case S_IFBLK: in nfsd_proc_create()
392 if (type != S_IFBLK && type != S_IFCHR) { in nfsd_proc_create()
H A Dnfs3proc.c25 S_IFBLK, /* NF3BLK */
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h27 #define S_IFBLK 0060000 macro
37 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK)
/linux/fs/smb/client/
H A Dreaddir.c92 case S_IFBLK: in cifs_prime_dcache()
271 case S_IFBLK: in cifs_posix_to_fattr()
H A Dreparse.c1158 fattr->cf_mode |= S_IFBLK; in wsl_to_fattr()
1231 fattr->cf_mode |= S_IFBLK; in posix_reparse_to_fattr()
/linux/usr/
H A Dgen_init_cpio.c281 mode |= S_IFBLK; in cpio_mknod()
/linux/fs/ufs/
H A Dutil.h168 case S_IFBLK: in ufs_set_de_type()
/linux/block/
H A Dbdev.c509 inode->i_mode = S_IFBLK; in bdev_alloc()
/linux/security/landlock/
H A Dfs.c1069 case S_IFBLK: in collect_domain_accesses()
/linux/fs/xfs/
H A Dxfs_iops.c735 case S_IFBLK: in xfs_vn_getattr()
/linux/fs/
H A Dnamei.c4250 case S_IFBLK: in may_open()
4676 case S_IFBLK: in vfs_lookup_open()
5281 case S_IFBLK: in may_mknod()
5323 case S_IFCHR: case S_IFBLK: in filename_mknodat()

12