Searched refs:S_IFREG (Results 101 - 125 of 242) sorted by relevance

12345678910

/linux-master/virt/kvm/
H A Dguest_memfd.c360 inode->i_mode |= S_IFREG;
/linux-master/usr/
H A Dgen_init_cpio.c338 mode |= S_IFREG;
/linux-master/fs/pstore/
H A Dinode.c360 inode->i_mode = S_IFREG | 0444;
/linux-master/fs/hugetlbfs/
H A Dinode.c1021 case S_IFREG:
1077 return hugetlbfs_mknod(idmap, dir, dentry, mode | S_IFREG, 0);
1086 inode = hugetlbfs_get_inode(dir->i_sb, idmap, dir, mode | S_IFREG, 0);
1627 S_IFREG | S_IRWXUGO, 0);
/linux-master/fs/hfs/
H A Dinode.c30 #define HFS_VALID_MODE_BITS (S_IFREG | S_IFDIR | S_IRWXUGO)
353 inode->i_mode |= S_IFREG;
/linux-master/fs/smb/client/
H A Dreaddir.c184 fattr->cf_mode = S_IFREG | cifs_sb->ctx->file_mode;
265 fattr->cf_mode |= S_IFREG;
H A Dinode.c36 case S_IFREG:
264 fattr->cf_mode |= S_IFREG;
297 fattr->cf_mode |= S_IFREG;
529 fattr->cf_mode |= S_IFREG;
603 fattr->cf_mode |= S_IFREG; /* file? */
608 fattr->cf_mode |= S_IFREG; /* then it is a file */
713 fattr->cf_mode |= S_IFREG;
779 fattr->cf_mode = S_IFREG | cifs_sb->ctx->file_mode;
/linux-master/fs/xfs/
H A Dxfs_iops.c613 case S_IFREG:
1324 case S_IFREG:
/linux-master/fs/cramfs/
H A Dinode.c80 case S_IFREG:
103 case S_IFREG:
/linux-master/fs/9p/
H A Dvfs_inode.c151 res |= S_IFREG;
290 case S_IFREG:
/linux-master/net/sunrpc/
H A Dcache.c1687 p = proc_create_data("flush", S_IFREG | 0600,
1693 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs,
1699 p = proc_create_data("content", S_IFREG | 0400, cd->procfs,
/linux-master/fs/gfs2/
H A Dinode.c713 case S_IFREG:
874 return gfs2_create_inode(dir, dentry, NULL, S_IFREG | mode, 0, NULL, 0, excl);
1315 return gfs2_create_inode(dir, dentry, file, S_IFREG | mode, 0, NULL, 0, excl);
H A Dglock.c2890 debugfs_create_file("glocks", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp,
2893 debugfs_create_file("glockfd", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp,
2896 debugfs_create_file("glstats", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp,
2899 debugfs_create_file("sbstats", S_IFREG | S_IRUGO, sdp->debugfs_dir, sdp,
/linux-master/drivers/acpi/
H A Dacpi_dbg.c755 S_IFREG | S_IRUGO | S_IWUSR,
/linux-master/arch/sh/mm/
H A Dpmb.c853 debugfs_create_file("pmb", S_IFREG | S_IRUGO, arch_debugfs_dir, NULL,
/linux-master/fs/ext4/
H A Dmigrate.c456 S_IFREG, NULL, goal, owner, 0);
/linux-master/drivers/usb/host/
H A Duhci-hcd.c593 debugfs_create_file(hcd->self.bus_name, S_IFREG|S_IRUGO|S_IWUSR,
/linux-master/fs/fat/
H A Dfile.c478 #define FAT_VALID_MODE (S_IFREG | S_IFDIR | S_IRWXUGO)
/linux-master/fs/ubifs/
H A Dxattr.c113 inode = ubifs_new_inode(c, host, S_IFREG | S_IRWXUGO, true);
/linux-master/fs/ufs/
H A Dutil.h165 case S_IFREG:
/linux-master/fs/xfs/scrub/
H A Dinode.c399 case S_IFREG:
/linux-master/drivers/platform/chrome/
H A Dcros_ec_debugfs.c385 debugfs_create_file("console_log", S_IFREG | 0444, debug_info->dir,
/linux-master/drivers/android/
H A Dbinderfs.c529 new_inode = binderfs_make_inode(sb, S_IFREG | 0444);
/linux-master/kernel/futex/
H A Dcore.c90 umode_t mode = S_IFREG | S_IRUSR | S_IWUSR;
/linux-master/fs/exfat/
H A Dfile.c330 (attr->ia_mode & ~(S_IFREG | S_IFLNK | S_IFDIR | 0777)))) {

Completed in 327 milliseconds

12345678910