Searched refs:S_IFDIR (Results 126 - 150 of 181) sorted by relevance

12345678

/linux-master/fs/jffs2/
H A Dfs.c300 case S_IFDIR:
H A Ddir.c463 mode |= S_IFDIR;
/linux-master/fs/hfsplus/
H A Dinode.c200 mode |= S_IFDIR;
/linux-master/fs/hostfs/
H A Dhostfs_kern.c542 case S_IFDIR:
/linux-master/scripts/
H A Dget_abi.pl93 return if ($mode & S_IFDIR);
/linux-master/fs/proc/
H A Dbase.c139 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )
1845 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) {
3428 S_IFDIR | S_IRUGO | S_IXUGO);
3733 S_IFDIR | S_IRUGO | S_IXUGO);
/linux-master/fs/udf/
H A Dnamei.c431 inode = udf_new_inode(dir, S_IFDIR | mode);
/linux-master/sound/core/
H A Dcompress_offload.c1073 entry->mode = S_IFDIR | 0555;
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c322 omode |= S_IFDIR;
/linux-master/fs/ocfs2/
H A Docfs2_fs.h364 [ORPHAN_DIR_SYSTEM_INODE] = { "orphan_dir:%04d", 0, S_IFDIR | 0755 },
H A Dinode.c348 case S_IFDIR:
/linux-master/fs/bcachefs/
H A Dfsck.c253 bch2_inode_init_late(lostfound, now, 0, 0, S_IFDIR|0700, 0, &root_inode);
399 bch2_inode_init_late(&new_inode, bch2_current_time(c), 0, 0, S_IFDIR|0755, 0, NULL);
2021 ret = reconstruct_inode(trans, k.k->p.snapshot, k.k->p.inode, 0, S_IFDIR) ?:
2238 bch2_inode_init(c, &root_inode, 0, 0, S_IFDIR|0755,
H A Dfs.c636 return bch2_mknod(idmap, vdir, dentry, mode|S_IFDIR, 0);
1512 case S_IFDIR:
/linux-master/security/landlock/
H A Dfs.c960 case S_IFDIR:
/linux-master/security/selinux/
H A Dselinuxfs.c1916 inode = sel_make_inode(dir->d_sb, S_IFDIR | S_IRUGO | S_IXUGO);
1953 inode = sel_make_inode(sb, S_IFDIR);
/linux-master/fs/ntfs3/
H A Dinode.c299 (S_IFDIR | (0777 & sbi->options->fs_dmask_inv)) :
300 (S_IFDIR | 0777);
/linux-master/fs/configfs/
H A Ddir.c286 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO;
/linux-master/fs/reiserfs/
H A Dnamei.c805 mode = S_IFDIR | mode;
/linux-master/fs/overlayfs/
H A Dcopy_up.c537 temp = ovl_create_temp(ofs, indexdir, OVL_CATTR(S_IFDIR | 0));
/linux-master/fs/xfs/scrub/
H A Ddir_repair.c193 error = xrep_tempfile_create(sc, S_IFDIR);
/linux-master/fs/xfs/
H A Dxfs_icache.c131 case S_IFDIR:
/linux-master/tools/perf/
H A Dbuiltin-daemon.c273 if ((st.st_mode & S_IFMT) != S_IFDIR) {
/linux-master/fs/ext4/
H A Dnamei.c2936 ext4_set_de_type(inode->i_sb, de, S_IFDIR);
2950 ext4_set_de_type(inode->i_sb, de, S_IFDIR);
3013 inode = ext4_new_inode_start_handle(idmap, dir, S_IFDIR | mode,
/linux-master/mm/
H A Dshmem.c2545 case S_IFDIR:
3329 error = shmem_mknod(idmap, dir, dentry, mode | S_IFDIR, 0);
4421 S_IFDIR | sbinfo->mode, 0, VM_NORESERVE);
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c1983 data->root_mode = (result.uint_32 & 0555) | S_IFDIR;
1989 data->root_mode = (result.uint_32 & 0555) | S_IFDIR;
2078 ctx->root_mode = S_IFDIR | 0500;

Completed in 330 milliseconds

12345678