Searched refs:S_IFBLK (Results 1 - 25 of 59) sorted by relevance

123

/linux-master/init/
H A Ddo_mounts.h22 return init_mknod(name, S_IFBLK | 0600, new_encode_dev(dev));
/linux-master/include/uapi/linux/
H A Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/linux-master/tools/include/uapi/linux/
H A Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/linux-master/fs/smb/client/
H A Dreparse.h52 case S_IFBLK: return NFS_SPECFILE_BLK;
63 case S_IFBLK: return IO_REPARSE_TAG_LX_BLK;
H A Dreparse.c439 fattr->cf_mode |= S_IFBLK;
488 fattr->cf_mode |= S_IFBLK;
/linux-master/tools/testing/selftests/exec/
H A Dnon-regular.c111 FIXTURE_VARIANT_ADD(file, S_IFBLK)
113 .name = "S_IFBLK",
119 .mode = S_IFBLK,
/linux-master/tools/include/nolibc/
H A Dtypes.h31 #define S_IFBLK 0060000 macro
40 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
/linux-master/samples/vfs/
H A Dtest-statx.c94 case S_IFBLK: printf(" block special file\n"); ft = 'b'; break;
114 case S_IFBLK:
/linux-master/fs/squashfs/
H A Dinode.c320 inode->i_mode |= S_IFBLK;
342 inode->i_mode |= S_IFBLK;
/linux-master/fs/erofs/
H A Dinode.c125 case S_IFBLK:
249 case S_IFBLK:
/linux-master/fs/pstore/
H A Dblk.c274 init_mknod(devname, S_IFBLK | 0600, new_encode_dev(dev));
/linux-master/fs/efs/
H A Dinode.c160 case S_IFBLK:
/linux-master/fs/freevxfs/
H A Dvxfs_inode.c65 ret |= S_IFBLK;
/linux-master/security/tomoyo/
H A Dtomoyo.c236 case S_IFBLK:
H A Daudit.c132 case S_IFBLK:
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c408 *mode = S_IFBLK;
572 case S_IFBLK:
838 case S_IFBLK:
941 case S_IFBLK:
H A Dinode.c402 case S_IFBLK:
/linux-master/drivers/base/
H A Ddevtmpfs.c132 req.mode |= S_IFBLK;
/linux-master/usr/
H A Dgen_init_cpio.c252 mode |= S_IFBLK;
/linux-master/fs/nfsd/
H A Dnfsproc.c322 case S_IFBLK:
359 if (type != S_IFBLK && type != S_IFCHR) {
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h26 #define S_IFBLK 0060000 macro
36 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK)
/linux-master/fs/9p/
H A Dvfs_inode.c143 res |= S_IFBLK;
272 case S_IFBLK:
/linux-master/fs/ufs/
H A Dutil.h168 case S_IFBLK:
/linux-master/fs/nilfs2/
H A Ddir.c247 [S_IFBLK >> S_SHIFT] = NILFS_FT_BLKDEV,
/linux-master/fs/gfs2/
H A Dglops.c421 case S_IFBLK:

Completed in 543 milliseconds

123