Searched refs:S_IFDIR (Results 51 - 75 of 179) sorted by relevance

12345678

/linux-master/fs/efivarfs/
H A Dsuper.c330 inode = efivarfs_get_inode(sb, NULL, S_IFDIR | 0755, 0, true);
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c401 *mode = S_IFDIR;
593 case S_IFDIR:
848 case S_IFDIR:
962 case S_IFDIR:
/linux-master/fs/fuse/
H A Dcontrol.c263 parent = fuse_ctl_add_dentry(parent, fc, name, S_IFDIR | 0500, 2,
/linux-master/fs/hpfs/
H A Dnamei.c64 result->i_mode |= S_IFDIR;
106 result->i_mode != (mode | S_IFDIR)) {
109 result->i_mode = mode | S_IFDIR;
/linux-master/fs/9p/
H A Dvfs_inode.c117 res |= S_IFDIR;
314 case S_IFDIR:
649 perm = unixmode2p9mode(v9ses, mode | S_IFDIR);
/linux-master/fs/overlayfs/
H A Dsuper.c297 .ia_mode = S_IFDIR | 0,
633 d = ovl_lookup_or_create(ofs, d, *name, ctr > 1 ? S_IFDIR : S_IFREG);
1253 root = d_make_root(ovl_new_inode(sb, S_IFDIR, 0));
H A Dinode.c921 case S_IFDIR:
1157 trap->i_mode = S_IFDIR;
/linux-master/fs/isofs/
H A Dinode.c1366 inode->i_mode = S_IFDIR | sbi->s_dmode;
1368 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
1464 inode->i_mode = S_IFDIR | sbi->s_dmode;
/linux-master/fs/f2fs/
H A Dnamei.c494 err = f2fs_do_add_link(dir, &dot, NULL, dir->i_ino, S_IFDIR);
505 err = f2fs_do_add_link(dir, &dotdot_name, NULL, pino, S_IFDIR);
768 inode = f2fs_new_inode(idmap, dir, S_IFDIR | mode, NULL);
/linux-master/fs/kernfs/
H A Ddir.c988 kn = __kernfs_new_node(root, NULL, "", S_IFDIR | S_IRUGO | S_IXUGO,
1061 kn = kernfs_new_node(parent, name, mode | S_IFDIR,
1093 kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR,
/linux-master/sound/pci/ac97/
H A Dac97_proc.c459 entry->mode = S_IFDIR | 0555;
/linux-master/security/tomoyo/
H A Daudit.c124 case S_IFDIR:
/linux-master/fs/vboxsf/
H A Ddir.c418 if (d_inode(old_dentry)->i_mode & S_IFDIR)
/linux-master/fs/fat/
H A Dfat.h211 return (mode & ~sbi->options.fs_dmask) | S_IFDIR;
/linux-master/fs/orangefs/
H A Dnamei.c346 inode = orangefs_new_inode(dir->i_sb, dir, S_IFDIR | mode, 0, &ref);
/linux-master/fs/omfs/
H A Ddir.c285 return omfs_add_node(dir, dentry, mode | S_IFDIR);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_fs.c366 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir,
/linux-master/fs/autofs/
H A Dinode.c331 root_inode = autofs_get_inode(s, S_IFDIR | 0755);
/linux-master/fs/devpts/
H A Dinode.c454 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR;
/linux-master/fs/ext2/
H A Dnamei.c240 inode = ext2_new_inode(dir, S_IFDIR | mode, &dentry->d_name);
/linux-master/usr/
H A Dgen_init_cpio.c199 .mode = S_IFDIR
/linux-master/fs/pstore/
H A Dinode.c424 inode->i_mode = S_IFDIR | 0750;
/linux-master/tools/perf/util/
H A Ddata.c256 return (st.st_mode & S_IFMT) == S_IFDIR;
H A Dutil.c165 if (!(statbuf.st_mode & S_IFDIR))
/linux-master/fs/proc/
H A Dgeneric.c489 ent = __proc_create(&parent, name, S_IFDIR | mode, 2);
526 umode_t mode = S_IFDIR | S_IRUGO | S_IXUGO;

Completed in 289 milliseconds

12345678