Searched refs:S_IFDIR (Results 151 - 175 of 181) sorted by last modified time

12345678

/linux-master/fs/sysv/
H A Dnamei.c121 inode = sysv_new_inode(dir, S_IFDIR|mode);
H A Dsuper.c461 if ((fs16_to_cpu(sbi, v7i->i_mode) & ~0777) != 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;
/linux-master/fs/orangefs/
H A Dinode.c992 case S_IFDIR:
/linux-master/fs/omfs/
H A Ddir.c285 return omfs_add_node(dir, dentry, mode | S_IFDIR);
/linux-master/fs/hfsplus/
H A Ddir.c529 return hfsplus_mknod(&nop_mnt_idmap, dir, dentry, mode | S_IFDIR, 0);
/linux-master/fs/hfs/
H A Ddir.c228 inode = hfs_new_inode(dir, &dentry->d_name, S_IFDIR | mode);
/linux-master/fs/fat/
H A Dfile.c478 #define FAT_VALID_MODE (S_IFREG | S_IFDIR | S_IRWXUGO)
H A Dfat.h211 return (mode & ~sbi->options.fs_dmask) | S_IFDIR;
/linux-master/fs/vboxsf/
H A Ddir.c418 if (d_inode(old_dentry)->i_mode & S_IFDIR)
/linux-master/tools/usb/usbip/src/
H A Dusbip_attach.c55 if (!(s.st_mode & S_IFDIR))
/linux-master/security/tomoyo/
H A Daudit.c124 case S_IFDIR:
H A Dcondition.c883 value = S_IFDIR;
/linux-master/fs/configfs/
H A Ddir.c286 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO;
H A Dmount.c74 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO,
/linux-master/scripts/
H A Dget_feat.pl96 return if ($mode & S_IFDIR);
/linux-master/sound/pci/cs46xx/
H A Ddsp_spos.c792 entry->mode = S_IFDIR | 0555;
/linux-master/fs/ubifs/
H A Dsb.c305 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO);
/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/tools/testing/selftests/exec/
H A Dnon-regular.c87 FIXTURE_VARIANT_ADD(file, S_IFDIR)
89 .name = "S_IFDIR",
/linux-master/samples/vfs/
H A Dtest-statx.c93 case S_IFDIR: printf(" directory\n"); ft = 'd'; break;
/linux-master/sound/firewire/motu/
H A Dmotu-proc.c105 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/tascam/
H A Dtascam-proc.c76 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/oxfw/
H A Doxfw-proc.c101 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/fireworks/
H A Dfireworks_proc.c217 root->mode = S_IFDIR | 0555;

Completed in 273 milliseconds

12345678