Searched refs:S_IFDIR (Results 1 - 25 of 179) sorted by path

12345678

/linux-master/sound/firewire/bebob/
H A Dbebob_proc.c181 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/dice/
H A Ddice-proc.c303 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-proc.c81 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/fireface/
H A Dff-proc.c59 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/fireworks/
H A Dfireworks_proc.c217 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/oxfw/
H A Doxfw-proc.c101 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/tascam/
H A Dtascam-proc.c76 root->mode = S_IFDIR | 0555;
/linux-master/sound/pci/ac97/
H A Dac97_proc.c459 entry->mode = S_IFDIR | 0555;
/linux-master/tools/testing/selftests/memfd/
H A Dfuse_mnt.c32 st->st_mode = S_IFDIR | 0755;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c237 inode = spufs_new_inode(dir->i_sb, mode | S_IFDIR);
241 inode_init_owner(&nop_mnt_idmap, inode, dir, mode | S_IFDIR);
467 inode = spufs_new_inode(dir->i_sb, mode | S_IFDIR);
472 inode_init_owner(&nop_mnt_idmap, inode, dir, mode | S_IFDIR);
686 inode = spufs_new_inode(sb, S_IFDIR | ctx->mode);
/linux-master/arch/s390/hypfs/
H A Dinode.c268 root_inode = hypfs_make_inode(sb, S_IFDIR | 0755);
379 dentry = hypfs_create_file(parent, name, NULL, S_IFDIR | DIR_MODE);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c2074 iattr.ia_mode = S_IFDIR;
2127 iattr.ia_mode |= S_IFDIR;
/linux-master/drivers/android/
H A Dbinderfs.c561 new_inode = binderfs_make_inode(sb, S_IFDIR | 0755);
703 inode->i_mode = S_IFDIR | 0755;
/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/drivers/misc/ibmasm/
H A Dibmasmfs.c120 root = ibmasmfs_make_inode (sb, S_IFDIR | 0500);
183 inode = ibmasmfs_make_inode(parent->d_sb, S_IFDIR | 0500);
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c1975 data->root_mode = (result.uint_32 & 0555) | S_IFDIR;
1981 data->root_mode = (result.uint_32 & 0555) | S_IFDIR;
2070 ctx->root_mode = S_IFDIR | 0500;
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c2053 S_IFDIR | S_IRUGO | S_IXUGO);
/linux-master/fs/9p/
H A Dvfs_inode.c117 res |= S_IFDIR;
314 case S_IFDIR:
649 perm = unixmode2p9mode(v9ses, mode | S_IFDIR);
H A Dvfs_inode_dotl.c322 omode |= S_IFDIR;
/linux-master/fs/adfs/
H A Dinode.c100 return S_IFDIR | S_IXUGO | mode;
/linux-master/fs/affs/
H A Dinode.c106 inode->i_mode |= S_IFDIR;
108 inode->i_mode = S_IRUGO | S_IXUGO | S_IWUSR | S_IFDIR;
119 inode->i_mode |= S_IFDIR;
H A Dnamei.c290 inode->i_mode = S_IFDIR | mode;
/linux-master/fs/afs/
H A Ddir.c1373 op->create.mode = S_IFDIR | mode;
H A Ddynroot.c81 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
H A Dinode.c109 inode->i_mode = S_IFDIR | (status->mode & S_IALLUGO);
122 inode->i_mode = S_IFDIR | 0555;

Completed in 296 milliseconds

12345678