| /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/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 | 297 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO; in configfs_create_dir()
|
| /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/proc/ |
| H A D | base.c | 1892 if (mode != (S_IFDIR | S_IRUGO | S_IXUGO)) { in task_dump_owner() 3283 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations), in proc_pid_ksm_stat() 3286 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations), in proc_pid_ksm_stat() 3287 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), in proc_pid_ksm_stat() 3289 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations), 3328 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations), 3460 S_IFDIR | S_IRUGO | S_IXUGO); 3643 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations), in proc_tid_comm_permission() 3644 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), in proc_tid_comm_permission() 3646 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operation in proc_tid_comm_permission() [all...] |
| H A D | root.c | 460 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
|
| H A D | proc_sysctl.c | 74 .mode = S_IFDIR|S_IRUGO|S_IXUGO, 976 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 | 408 umode_t mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in lookup_dir_entry() 784 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in eventfs_create_events_dir()
|
| /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/sysfs/ |
| H A D | group.c | 157 mode = S_IRWXU | S_IRUGO | S_IXUGO; in internal_create_group()
|
| /linux/fs/kernfs/ |
| H A D | dir.c | 1046 kn = __kernfs_new_node(root, NULL, "", S_IFDIR | S_IRUGO | S_IXUGO, in kernfs_create_root() 1152 kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR, in kernfs_create_empty_dir()
|
| /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/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/arch/s390/kernel/ |
| H A D | debug.c | 1440 mode = (id->mode | S_IFREG) & ~S_IXUGO;
|
| /linux/ipc/ |
| H A D | shm.c | 1575 acc_mode |= S_IXUGO; in do_shmat()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | inode.c | 2044 S_IFDIR | S_IRUGO | S_IXUGO); in gadgetfs_fill_super()
|
| /linux/fs/smb/client/ |
| H A D | cifsacl.c | 734 if (mode & S_IXUGO) in dump_ace()
|
| H A D | fs_context.c | 2004 ctx->dir_mode = ctx->file_mode = S_IRUGO | S_IXUGO | S_IWUSR; in smb3_init_fs_context()
|
| H A D | inode.c | 371 fattr->cf_mode = S_IFDIR | S_IXUGO | S_IRWXU; in update_inode_info()
|
| /linux/security/selinux/ |
| H A D | selinuxfs.c | 1770 inode = sel_make_inode(dir->d_sb, S_IFDIR | S_IRUGO | S_IXUGO); in sel_make_dir()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 3119 if (flags & S_IXUGO) in smack_flags_to_may()
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 4618 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO; in nfs_fixup_secinfo_attributes() 8051 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO; in nfs_fixup_referral_attributes()
|
| /linux/fs/ |
| H A D | namei.c | 558 if (!(mask & MAY_EXEC) || (inode->i_mode & S_IXUGO)) in generic_permission()
|