Symbol: S_IXUGO
arch/s390/kernel/debug.c
1440
mode = (id->mode | S_IFREG) & ~S_IXUGO;
drivers/usb/gadget/legacy/inode.c
2044
S_IFDIR | S_IRUGO | S_IXUGO);
fs/adfs/inode.c
100
return S_IFDIR | S_IXUGO | mode;
fs/adfs/inode.c
108
rmask = S_IRUGO | S_IXUGO;
fs/affs/inode.c
108
inode->i_mode = S_IRUGO | S_IXUGO | S_IWUSR | S_IFDIR;
fs/btrfs/inode.c
5850
vfs_inode->i_mode = S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO;
fs/configfs/dir.c
297
umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO;
fs/configfs/mount.c
74
inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO,
fs/debugfs/inode.c
585
inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO;
fs/devpts/inode.c
379
inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR;
fs/fat/file.c
482
if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO)))
fs/fat/file.c
74
S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO));
fs/fuse/dir.c
1799
if (!(inode->i_mode & S_IXUGO)) {
fs/fuse/dir.c
1804
if (!err && !(inode->i_mode & S_IXUGO))
fs/hfs/inode.c
243
inode->i_mode |= S_IRUGO|S_IXUGO;
fs/hfs/inode.c
379
inode->i_mode = S_IRUGO | S_IXUGO;
fs/isofs/inode.c
1326
inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
fs/isofs/inode.c
1343
inode->i_mode = S_IFREG | S_IRUGO | S_IXUGO;
fs/jffs2/readinode.c
1210
latest_node->mode = cpu_to_jemode(S_IFDIR|S_IRUGO|S_IWUSR|S_IXUGO);
fs/kernfs/dir.c
1046
kn = __kernfs_new_node(root, NULL, "", S_IFDIR | S_IRUGO | S_IXUGO,
fs/kernfs/dir.c
1152
kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR,
fs/libfs.c
1767
inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
fs/namei.c
558
if (!(mask & MAY_EXEC) || (inode->i_mode & S_IXUGO))
fs/nfs/nfs4proc.c
4618
fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
fs/nfs/nfs4proc.c
8050
fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
fs/nfsd/vfs.c
668
if (inode->i_mode & S_IXUGO)
fs/openpromfs/inode.c
247
inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
fs/openpromfs/inode.c
392
root_inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
fs/proc/base.c
1892
if (mode != (S_IFDIR | S_IRUGO | S_IXUGO)) {
fs/proc/base.c
3283
DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
fs/proc/base.c
3286
DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
fs/proc/base.c
3287
DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
fs/proc/base.c
3289
DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
fs/proc/base.c
3328
DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
fs/proc/base.c
3460
S_IFDIR | S_IRUGO | S_IXUGO);
fs/proc/base.c
3643
DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
fs/proc/base.c
3644
DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
fs/proc/base.c
3646
DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
fs/proc/base.c
3683
DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
fs/proc/base.c
3771
S_IFDIR | S_IRUGO | S_IXUGO);
fs/proc/generic.c
495
(S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1);
fs/proc/generic.c
518
mode = S_IRUGO | S_IXUGO;
fs/proc/generic.c
557
umode_t mode = S_IFDIR | S_IRUGO | S_IXUGO;
fs/proc/proc_sysctl.c
74
.mode = S_IFDIR|S_IRUGO|S_IXUGO,
fs/proc/proc_sysctl.c
976
table[0].mode = S_IFDIR|S_IRUGO|S_IXUGO;
fs/proc/root.c
460
.mode = S_IFDIR | S_IRUGO | S_IXUGO,
fs/romfs/super.c
327
mode |= S_IXUGO;
fs/romfs/super.c
333
mode |= S_IXUGO;
fs/smb/client/cifsacl.c
737
if (mode & S_IXUGO)
fs/smb/client/fs_context.c
2004
ctx->dir_mode = ctx->file_mode = S_IRUGO | S_IXUGO | S_IWUSR;
fs/smb/client/inode.c
373
fattr->cf_mode = S_IFDIR | S_IXUGO | S_IRWXU;
fs/sysfs/group.c
157
mode = S_IRWXU | S_IRUGO | S_IXUGO;
fs/tracefs/event_inode.c
408
umode_t mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO;
fs/tracefs/event_inode.c
784
inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO;
fs/ubifs/sb.c
305
ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO);
include/linux/fs.h
2714
return (inode->i_mode & S_IXUGO) || S_ISDIR(inode->i_mode);
ipc/shm.c
1575
acc_mode |= S_IXUGO;
security/selinux/selinuxfs.c
1770
inode = sel_make_inode(dir->d_sb, S_IFDIR | S_IRUGO | S_IXUGO);
security/smack/smack_lsm.c
3119
if (flags & S_IXUGO)
tools/perf/trace/beauty/mode_t.c
21
#ifndef S_IXUGO