Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/uapi/linux/
Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/Linux-v5.4/tools/include/uapi/linux/
Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/Linux-v5.4/fs/erofs/
Dinode.c46 case S_IFBLK: in erofs_read_inode()
85 case S_IFBLK: in erofs_read_inode()
219 case S_IFBLK: in erofs_fill_inode()
/Linux-v5.4/init/
Ddo_mounts.h20 return ksys_mknod(name, S_IFBLK|0600, new_encode_dev(dev)); in create_dev()
/Linux-v5.4/samples/vfs/
Dtest-statx.c92 case S_IFBLK: printf(" block special file\n"); ft = 'b'; break; in dump_statx()
112 case S_IFBLK: in dump_statx()
/Linux-v5.4/fs/squashfs/
Dinode.c320 inode->i_mode |= S_IFBLK; in squashfs_read_inode()
342 inode->i_mode |= S_IFBLK; in squashfs_read_inode()
/Linux-v5.4/fs/freevxfs/
Dvxfs_inode.c89 ret |= S_IFBLK; in vxfs_transmod()
/Linux-v5.4/fs/efs/
Dinode.c159 case S_IFBLK: in efs_iget()
/Linux-v5.4/fs/nfsd/
Dnfsproc.c312 case S_IFBLK: in nfsd_proc_create()
349 if (type != S_IFBLK && type != S_IFCHR) { in nfsd_proc_create()
/Linux-v5.4/security/tomoyo/
Dtomoyo.c230 case S_IFBLK: in tomoyo_path_mknod()
Daudit.c132 case S_IFBLK: in tomoyo_filetype()
Dcondition.c880 value = S_IFBLK; in tomoyo_condition()
/Linux-v5.4/tools/include/nolibc/
Dnolibc.h209 #define S_IFBLK 0060000 macro
218 #define S_ISBLK(mode) (((mode) & S_IFBLK) == S_IFBLK)
/Linux-v5.4/drivers/base/
Ddevtmpfs.c114 req.mode |= S_IFBLK; in devtmpfs_create_node()
/Linux-v5.4/usr/
Dgen_init_cpio.c247 mode |= S_IFBLK; in cpio_mknod()
/Linux-v5.4/fs/xfs/scrub/
Dinode.c226 case S_IFBLK: in xchk_dinode()
/Linux-v5.4/fs/romfs/
Dsuper.c87 S_IFBLK | 0600, /* blockdev */
/Linux-v5.4/fs/9p/
Dvfs_inode.c141 res |= S_IFBLK; in p9mode2unixmode()
263 case S_IFBLK: in v9fs_init_inode()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_inode_fork.c56 case S_IFBLK: in xfs_iformat_fork()
Dxfs_dir2.c38 case S_IFBLK: in xfs_mode_to_ftype()
Dxfs_inode_buf.c505 case S_IFBLK: in xfs_dinode_verify()
/Linux-v5.4/fs/nilfs2/
Ddir.c250 [S_IFBLK >> S_SHIFT] = NILFS_FT_BLKDEV,
/Linux-v5.4/fs/gfs2/
Dglops.c348 case S_IFBLK: in gfs2_dinode_in()
/Linux-v5.4/fs/ufs/
Dutil.h174 case S_IFBLK: in ufs_set_de_type()
/Linux-v5.4/fs/jffs2/
Dfs.c323 case S_IFBLK: in jffs2_iget()

12