Searched refs:S_IFDIR (Results 101 - 125 of 181) sorted by relevance

12345678

/linux-master/fs/xfs/scrub/
H A Dbmap_repair.c751 case S_IFDIR:
H A Dinode.c400 case S_IFDIR:
/linux-master/fs/exfat/
H A Dexfat_fs.h368 return (mode & ~sbi->options.fs_dmask) | S_IFDIR;
H A Dfile.c329 (attr->ia_mode & ~(S_IFREG | S_IFLNK | S_IFDIR | 0777)))) {
/linux-master/fs/romfs/
H A Dsuper.c84 S_IFDIR | 0644, /* directory */
/linux-master/fs/debugfs/
H A Dinode.c603 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO;
/linux-master/fs/nilfs2/
H A Ddir.c244 [S_IFDIR >> S_SHIFT] = NILFS_FT_DIR,
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c410 dst_dentry, arg.mode|S_IFDIR,
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2.c45 case S_IFDIR:
H A Dxfs_inode_buf.c577 case S_IFDIR:
/linux-master/fs/tracefs/
H A Dinode.c687 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP;
/linux-master/fs/jffs2/
H A Dreadinode.c1210 latest_node->mode = cpu_to_jemode(S_IFDIR|S_IRUGO|S_IWUSR|S_IXUGO);
1237 case S_IFDIR:
/linux-master/fs/jfs/
H A Dnamei.c225 ip = ialloc(dip, S_IFDIR | mode);
642 assert(filetype != S_IFDIR);
/linux-master/sound/core/
H A Dpcm.c505 entry->mode = S_IFDIR | 0555;
557 entry->mode = S_IFDIR | 0555;
/linux-master/fs/zonefs/
H A Dsuper.c689 inode_init_owner(&nop_mnt_idmap, inode, root, S_IFDIR | 0555);
1308 inode->i_mode = S_IFDIR | 0555;
/linux-master/fs/overlayfs/
H A Ddir.c192 case S_IFDIR:
679 return ovl_create_object(dentry, (mode & 07777) | S_IFDIR, 0, NULL);
/linux-master/fs/nfsd/
H A Dnfs4proc.c251 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC);
273 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE);
798 status = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_NOP);
854 &attrs, S_IFDIR, 0, &resfh);
1078 err = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, NFSD_MAY_EXEC);
H A Dnfsctl.c1142 case S_IFDIR:
1183 ret = __nfsd_mkdir(d_inode(parent), dentry, S_IFDIR | 0600, ncl);
/linux-master/security/apparmor/
H A Dapparmorfs.c342 return aafs_create(name, S_IFDIR | 0755, parent, NULL, NULL, NULL,
1822 error = __aafs_setup_d_inode(dir, dentry, mode | S_IFDIR, NULL,
2003 dent = aafs_create("namespaces", S_IFDIR | 0755, dir, ns, NULL, NULL,
/linux-master/fs/ext4/
H A Dinline.c1385 ext4_set_de_type(inode->i_sb, &fake, S_IFDIR);
1395 ext4_set_de_type(inode->i_sb, &fake, S_IFDIR);
/linux-master/fs/ubifs/
H A Ddir.c116 case S_IFDIR:
1010 inode = ubifs_new_inode(c, dir, S_IFDIR | mode, false);
H A Dsb.c305 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO);
/linux-master/security/tomoyo/
H A Dcondition.c883 value = S_IFDIR;
/linux-master/fs/orangefs/
H A Dinode.c992 case S_IFDIR:
/linux-master/fs/autofs/
H A Droot.c740 inode = autofs_get_inode(dir->i_sb, S_IFDIR | mode);

Completed in 316 milliseconds

12345678