Searched refs:S_IFDIR (Results 151 - 175 of 181) sorted by relevance

12345678

/linux-master/fs/nfs/
H A Ddir.c1562 case S_IFDIR:
2420 attr.ia_mode = mode | S_IFDIR;
3338 case S_IFDIR:
H A Dnfs3xdr.c102 [NF3DIR] = S_IFDIR,
H A Dnfs4proc.c2537 case S_IFDIR:
4472 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
7996 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
/linux-master/sound/pci/cs46xx/
H A Ddsp_spos.c792 entry->mode = S_IFDIR | 0555;
/linux-master/ipc/
H A Dmqueue.c415 inode = mqueue_get_inode(sb, ns, S_IFDIR | S_ISVTX | S_IRWXUGO, NULL);
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c2053 S_IFDIR | S_IRUGO | S_IXUGO);
/linux-master/fs/ubifs/
H A Djournal.c548 case S_IFDIR:
H A Dsuper.c183 case S_IFDIR:
/linux-master/fs/smb/server/
H A Dvfs.c229 mode |= S_IFDIR;
/linux-master/security/apparmor/
H A Dlsm.c332 S_IFDIR);
/linux-master/fs/fuse/
H A Dvirtio_fs.c1404 ctx->rootmode = S_IFDIR;
H A Ddir.c912 return create_new_entry(fm, &args, dir, entry, S_IFDIR);
/linux-master/fs/ocfs2/
H A Ddir.c2161 ocfs2_set_de_type(de, S_IFDIR);
2168 ocfs2_set_de_type(de, S_IFDIR);
H A Dnamei.c655 ret = ocfs2_mknod(&nop_mnt_idmap, dir, dentry, mode | S_IFDIR, 0);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c2074 iattr.ia_mode = S_IFDIR;
2127 iattr.ia_mode |= S_IFDIR;
/linux-master/fs/btrfs/
H A Dioctl.c690 btrfs_set_stack_inode_mode(inode_item, S_IFDIR | 0755);
2624 case S_IFDIR:
H A Dinode.c3964 case S_IFDIR:
5661 inode->i_mode = S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO;
6707 inode_init_owner(idmap, inode, dir, S_IFDIR | mode);
8390 S_IFDIR | (~current_umask() & S_IRWXUGO));
/linux-master/fs/xfs/
H A Dxfs_inode.c849 case S_IFDIR:
4175 case S_IFDIR:
/linux-master/fs/
H A Dnamei.c3153 * filesystem can deal with receiving S_IFDIR from the vfs before we enforce a
3254 case S_IFDIR:
4026 case S_IFDIR:
/linux-master/fs/afs/
H A Ddir.c1373 op->create.mode = S_IFDIR | mode;
/linux-master/fs/udf/
H A Dinode.c1574 inode->i_mode |= S_IFDIR;
/linux-master/include/trace/events/
H A Df2fs.h168 { S_IFDIR, "directory" }, \
/linux-master/fs/nfsd/
H A Dtrace.h190 { S_IFDIR, "DIR" }, \
/linux-master/fs/ceph/
H A Ddir.c1142 mode |= S_IFDIR;
/linux-master/fs/ext4/
H A Dext4.h3627 [S_IFDIR >> S_SHIFT] = EXT4_FT_DIR,

Completed in 631 milliseconds

12345678