| /linux/tools/perf/trace/beauty/ |
| H A D | mode_t.c | 19 #ifndef S_IXUGO 20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
|
| /linux/include/linux/ |
| H A D | stat.h | 13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
|
| /linux/fs/fat/ |
| H A D | file.c | 73 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO)); in fat_ioctl_set_attributes() 445 if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO))) in fat_sanitize_mode()
|
| /linux/fs/adfs/ |
| H A D | inode.c | 100 return S_IFDIR | S_IXUGO | mode; in adfs_atts2mode() 108 rmask = S_IRUGO | S_IXUGO; in adfs_atts2mode()
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 247 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openpromfs_lookup() 392 root_inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openprom_fill_super()
|
| /linux/fs/configfs/ |
| H A D | mount.c | 74 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
|
| H A D | dir.c | 296 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO; in configfs_create_dir()
|
| /linux/fs/proc/ |
| H A D | base.c | 1906 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) { in task_dump_owner() 3313 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations), 3316 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations), 3317 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), 3319 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations), 3358 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations), 3490 S_IFDIR | S_IRUGO | S_IXUGO); in proc_pid_instantiate() 3662 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations), 3663 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), 3665 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations), [all …]
|
| H A D | generic.c | 490 (S_IFLNK | S_IRUGO | S_IWUGO | S_IXUGO),1); in proc_symlink() 513 mode = S_IRUGO | S_IXUGO; in _proc_mkdir() 552 umode_t mode = S_IFDIR | S_IRUGO | S_IXUGO; in proc_create_mount_point()
|
| H A D | root.c | 448 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
|
| H A D | proc_sysctl.c | 74 .mode = S_IFDIR|S_IRUGO|S_IXUGO, 977 table[0].mode = S_IFDIR|S_IRUGO|S_IXUGO; in new_dir()
|
| /linux/fs/romfs/ |
| H A D | super.c | 327 mode |= S_IXUGO; in romfs_iget() 333 mode |= S_IXUGO; in romfs_iget()
|
| /linux/fs/tracefs/ |
| H A D | event_inode.c | 413 umode_t mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in lookup_dir_entry() 809 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in eventfs_create_events_dir()
|
| /linux/fs/hfs/ |
| H A D | inode.c | 244 inode->i_mode |= S_IRUGO|S_IXUGO; in hfs_new_inode() 381 inode->i_mode = S_IRUGO | S_IXUGO; in hfs_read_inode()
|
| /linux/fs/sysfs/ |
| H A D | group.c | 157 mode = S_IRWXU | S_IRUGO | S_IXUGO; in internal_create_group()
|
| /linux/fs/devpts/ |
| H A D | inode.c | 379 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR; in devpts_fill_super()
|
| /linux/fs/affs/ |
| H A D | inode.c | 108 inode->i_mode = S_IRUGO | S_IXUGO | S_IWUSR | S_IFDIR; in affs_iget()
|
| /linux/fs/kernfs/ |
| H A D | dir.c | 1015 kn = __kernfs_new_node(root, NULL, "", S_IFDIR | S_IRUGO | S_IXUGO, in kernfs_create_root() 1120 kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR, in kernfs_create_empty_dir()
|
| /linux/fs/isofs/ |
| H A D | inode.c | 1325 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in isofs_read_inode() 1342 inode->i_mode = S_IFREG | S_IRUGO | S_IXUGO; in isofs_read_inode()
|
| /linux/fs/debugfs/ |
| H A D | inode.c | 585 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in debugfs_create_dir()
|
| /linux/fs/ubifs/ |
| H A D | sb.c | 305 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
|
| /linux/fs/fuse/ |
| H A D | dir.c | 1803 if (!(inode->i_mode & S_IXUGO)) { in fuse_permission() 1808 if (!err && !(inode->i_mode & S_IXUGO)) in fuse_permission()
|
| /linux/arch/s390/kernel/ |
| H A D | debug.c | 1345 mode = (id->mode | S_IFREG) & ~S_IXUGO; in debug_register_view()
|
| /linux/fs/jffs2/ |
| H A D | readinode.c | 1210 latest_node->mode = cpu_to_jemode(S_IFDIR|S_IRUGO|S_IWUSR|S_IXUGO); in jffs2_do_read_inode_internal()
|
| /linux/ipc/ |
| H A D | shm.c | 1573 acc_mode |= S_IXUGO; in do_shmat()
|