Home
last modified time | relevance | path

Searched refs:S_IXUGO (Results 1 – 25 of 32) sorted by relevance

12

/linux-4.19.296/include/linux/
Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
/linux-4.19.296/fs/fat/
Dfile.c71 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO)); in fat_ioctl_set_attributes()
444 if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO))) in fat_sanitize_mode()
/linux-4.19.296/fs/adfs/
Dinode.c97 return S_IFDIR | S_IXUGO | mode; in adfs_atts2mode()
105 rmask = S_IRUGO | S_IXUGO; in adfs_atts2mode()
/linux-4.19.296/fs/configfs/
Dmount.c80 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
Ddir.c316 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO; in configfs_create_dir()
/linux-4.19.296/fs/sysfs/
Ddir.c59 S_IRWXU | S_IRUGO | S_IXUGO, uid, gid, in sysfs_create_dir_ns()
Dgroup.c136 S_IRWXU | S_IRUGO | S_IXUGO, in internal_create_group()
/linux-4.19.296/fs/openpromfs/
Dinode.c242 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openpromfs_lookup()
361 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openprom_iget()
/linux-4.19.296/fs/proc/
Droot.c200 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
Dgeneric.c462 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink()
485 mode = S_IRUGO | S_IXUGO; in _proc_mkdir()
524 umode_t mode = S_IFDIR | S_IRUGO | S_IXUGO; in proc_create_mount_point()
Dbase.c1717 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) { in task_dump_owner()
2962 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
2966 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
2968 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3006 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3174 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_pid_instantiate()
3351 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3353 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3392 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
3465 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_task_instantiate()
Dproc_sysctl.c59 .mode = S_IFDIR|S_IRUGO|S_IXUGO,
964 table[0].mode = S_IFDIR|S_IRUGO|S_IXUGO; in new_dir()
/linux-4.19.296/fs/romfs/
Dsuper.c336 mode |= S_IXUGO; in romfs_iget()
342 mode |= S_IXUGO; in romfs_iget()
/linux-4.19.296/fs/cifs/
Dcifsacl.c583 *pbits_to_set &= ~S_IXUGO; in access_flags_to_mode()
604 *pmode |= (S_IXUGO & (*pbits_to_set)); in access_flags_to_mode()
632 if (mode & S_IXUGO) in mode_to_access_flags()
/linux-4.19.296/fs/hfs/
Dinode.c219 inode->i_mode |= S_IRUGO|S_IXUGO; in hfs_new_inode()
348 inode->i_mode = S_IRUGO | S_IXUGO; in hfs_read_inode()
/linux-4.19.296/fs/devpts/
Dinode.c476 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR; in devpts_fill_super()
/linux-4.19.296/fs/affs/
Dinode.c108 inode->i_mode = S_IRUGO | S_IXUGO | S_IWUSR | S_IFDIR; in affs_iget()
/linux-4.19.296/fs/kernfs/
Ddir.c970 kn = __kernfs_new_node(root, "", S_IFDIR | S_IRUGO | S_IXUGO, in kernfs_create_root()
1058 kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR, in kernfs_create_empty_dir()
/linux-4.19.296/fs/debugfs/
Dinode.c516 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in debugfs_create_dir()
/linux-4.19.296/fs/afs/
Dinode.c206 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in afs_iget_pseudo_dir()
/linux-4.19.296/fs/isofs/
Dinode.c1360 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in isofs_read_inode()
1377 inode->i_mode = S_IFREG | S_IRUGO | S_IXUGO; in isofs_read_inode()
/linux-4.19.296/fs/ubifs/
Dsb.c325 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
/linux-4.19.296/fs/fuse/
Ddir.c1187 if (!(inode->i_mode & S_IXUGO)) { in fuse_permission()
1192 if (!err && !(inode->i_mode & S_IXUGO)) in fuse_permission()
/linux-4.19.296/fs/
Dlibfs.c1263 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in make_empty_dir_inode()
/linux-4.19.296/fs/jffs2/
Dreadinode.c1210 latest_node->mode = cpu_to_jemode(S_IFDIR|S_IRUGO|S_IWUSR|S_IXUGO); in jffs2_do_read_inode_internal()

12