| /linux/tools/perf/trace/beauty/ |
| A D | mode_t.c | 19 #ifndef S_IXUGO 20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
|
| /linux/include/linux/ |
| A D | stat.h | 13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro
|
| /linux/fs/fat/ |
| A D | file.c | 72 S_IRUGO | S_IWUGO | (inode->i_mode & S_IXUGO)); in fat_ioctl_set_attributes() 435 if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO))) in fat_sanitize_mode()
|
| /linux/fs/adfs/ |
| A D | inode.c | 96 return S_IFDIR | S_IXUGO | mode; in adfs_atts2mode() 104 rmask = S_IRUGO | S_IXUGO; in adfs_atts2mode()
|
| /linux/fs/openpromfs/ |
| A D | inode.c | 247 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openpromfs_lookup() 394 root_inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in openprom_fill_super()
|
| /linux/arch/s390/appldata/ |
| A D | appldata_base.c | 77 .mode = S_IRUGO | S_IXUGO, 379 ops->ctl_table[0].mode = S_IRUGO | S_IXUGO; in appldata_register_ops()
|
| /linux/fs/configfs/ |
| A D | mount.c | 74 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
|
| /linux/fs/proc/ |
| A D | base.c | 1849 if (mode != (S_IFDIR|S_IRUGO|S_IXUGO)) { in task_dump_owner() 3180 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations), 3183 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations), 3184 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), 3186 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations), 3354 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFDIR | S_IRUGO | S_IXUGO); in proc_pid_instantiate() 3528 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations), 3529 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), 3531 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations), 3570 DIR("attr", S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations), [all …]
|
| A D | generic.c | 462 (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()
|
| A D | root.c | 365 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
|
| A D | proc_sysctl.c | 65 .mode = S_IFDIR|S_IRUGO|S_IXUGO, 965 table[0].mode = S_IFDIR|S_IRUGO|S_IXUGO; in new_dir()
|
| /linux/fs/romfs/ |
| A D | super.c | 336 mode |= S_IXUGO; in romfs_iget() 342 mode |= S_IXUGO; in romfs_iget()
|
| /linux/fs/afs/ |
| A D | dynroot.c | 80 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in afs_iget_pseudo_dir()
|
| /linux/fs/hfs/ |
| A D | inode.c | 222 inode->i_mode |= S_IRUGO|S_IXUGO; in hfs_new_inode() 351 inode->i_mode = S_IRUGO | S_IXUGO; in hfs_read_inode()
|
| /linux/fs/sysfs/ |
| A D | group.c | 137 S_IRWXU | S_IRUGO | S_IXUGO, in internal_create_group()
|
| /linux/drivers/infiniband/hw/qib/ |
| A D | qib_fs.c | 368 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, in add_cntr_files()
|
| /linux/fs/devpts/ |
| A D | inode.c | 473 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR; in devpts_fill_super()
|
| /linux/fs/affs/ |
| A D | inode.c | 108 inode->i_mode = S_IRUGO | S_IXUGO | S_IWUSR | S_IFDIR; in affs_iget()
|
| /linux/fs/kernfs/ |
| A D | dir.c | 928 kn = __kernfs_new_node(root, NULL, "", S_IFDIR | S_IRUGO | S_IXUGO, in kernfs_create_root() 1016 kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR, in kernfs_create_empty_dir()
|
| /linux/fs/isofs/ |
| A D | inode.c | 1356 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; in isofs_read_inode() 1373 inode->i_mode = S_IFREG | S_IRUGO | S_IXUGO; in isofs_read_inode()
|
| /linux/fs/debugfs/ |
| A D | inode.c | 575 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in debugfs_create_dir()
|
| /linux/arch/s390/kernel/ |
| A D | debug.c | 988 .mode = S_IRUGO | S_IXUGO, 1199 mode = (id->mode | S_IFREG) & ~S_IXUGO; in debug_register_view()
|
| /linux/fs/fuse/ |
| A D | dir.c | 1251 if (!(inode->i_mode & S_IXUGO)) { in fuse_permission() 1256 if (!err && !(inode->i_mode & S_IXUGO)) in fuse_permission()
|
| /linux/fs/ubifs/ |
| A D | sb.c | 305 ino->mode = cpu_to_le32(S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO); in create_default_filesystem()
|
| /linux/security/selinux/ |
| A D | selinuxfs.c | 2019 inode = sel_make_inode(dir->d_sb, S_IFDIR | S_IRUGO | S_IXUGO); in sel_make_dir() 2040 struct inode *inode = sel_make_inode(sb, S_IFDIR | S_IRUGO | S_IXUGO); in sel_make_disconnected_dir()
|