Searched refs:S_IFCHR (Results 1 - 25 of 69) sorted by relevance

123

/linux-master/init/
H A Dnoinitramfs.c27 err = init_mknod("/dev/console", S_IFCHR | S_IRUSR | S_IWUSR,
/linux-master/include/uapi/linux/
H A Dstat.h15 #define S_IFCHR 0020000 macro
24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/linux-master/tools/include/uapi/linux/
H A Dstat.h15 #define S_IFCHR 0020000 macro
24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/linux-master/fs/smb/client/
H A Dreparse.h53 case S_IFCHR: return NFS_SPECFILE_CHR;
64 case S_IFCHR: return IO_REPARSE_TAG_LX_CHR;
H A Dreparse.c436 fattr->cf_mode |= S_IFCHR;
484 fattr->cf_mode |= S_IFCHR;
/linux-master/tools/testing/selftests/exec/
H A Dnon-regular.c122 FIXTURE_VARIANT_ADD(file, S_IFCHR)
124 .name = "S_IFCHR",
130 .mode = S_IFCHR,
/linux-master/tools/include/nolibc/
H A Dtypes.h30 #define S_IFCHR 0020000 macro
39 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR)
/linux-master/samples/vfs/
H A Dtest-statx.c92 case S_IFCHR: printf(" character special file\n"); ft = 'c'; break;
115 case S_IFCHR:
/linux-master/fs/devpts/
H A Dinode.c342 mode = S_IFCHR|opts->ptmxmode;
361 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode;
563 init_special_inode(inode, S_IFCHR|opts->mode, MKDEV(UNIX98_PTY_SLAVE_MAJOR, index));
/linux-master/fs/erofs/
H A Dinode.c124 case S_IFCHR:
248 case S_IFCHR:
/linux-master/fs/squashfs/
H A Dinode.c321 inode->i_mode |= S_IFCHR;
343 inode->i_mode |= S_IFCHR;
/linux-master/drivers/android/
H A Dbinderfs.c155 init_special_inode(inode, S_IFCHR | 0600,
434 init_special_inode(inode, S_IFCHR | 0600,
/linux-master/fs/efs/
H A Dinode.c159 case S_IFCHR:
/linux-master/fs/freevxfs/
H A Dvxfs_inode.c61 ret |= S_IFCHR;
/linux-master/security/tomoyo/
H A Dtomoyo.c233 case S_IFCHR:
H A Daudit.c134 case S_IFCHR:
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c405 *mode = S_IFCHR;
571 case S_IFCHR:
837 case S_IFCHR:
940 case S_IFCHR:
/linux-master/fs/nfsd/
H A Dnfsproc.c321 case S_IFCHR:
359 if (type != S_IFBLK && type != S_IFCHR) {
361 } else if (type == S_IFCHR && !(attr->ia_valid & ATTR_SIZE)) {
/linux-master/drivers/base/
H A Ddevtmpfs.c134 req.mode |= S_IFCHR;
/linux-master/usr/
H A Dgen_init_cpio.c254 mode |= S_IFCHR;
/linux-master/drivers/dax/
H A Dsuper.c440 inode->i_mode = S_IFCHR;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h28 #define S_IFCHR 0020000 macro
35 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR)
/linux-master/fs/9p/
H A Dvfs_inode.c140 res |= S_IFCHR;
276 case S_IFCHR:
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1233 mknod("/dev/console", 0600 | S_IFCHR, makedev(5, 1));
1234 mknod("/dev/null", 0666 | S_IFCHR, makedev(1, 3));
1235 mknod("/dev/zero", 0666 | S_IFCHR, makedev(1, 5));
/linux-master/fs/ufs/
H A Dutil.h174 case S_IFCHR:

Completed in 356 milliseconds

123