| /linux/include/linux/ |
| H A D | stat.h | 9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
|
| /linux/tools/perf/trace/beauty/ |
| H A D | mode_t.c | 8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
|
| /linux/tools/include/uapi/linux/ |
| H A D | stat.h | 29 #define S_IRWXU 00700 macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | stat.h | 29 #define S_IRWXU 00700 macro
|
| /linux/include/uapi/linux/ |
| H A D | stat.h | 29 #define S_IRWXU 00700 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 | 296 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO; in configfs_create_dir()
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 47 #define S_IRWXU 00700 macro
|
| /linux/tools/usb/usbip/src/ |
| H A D | usbip_attach.c | 63 fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU); in record_connection()
|
| /linux/tools/perf/util/ |
| H A D | data.c | 338 mkdir(data->path, S_IRWXU) < 0) in open_dir() 477 return mkdir(buf, S_IRWXU); in perf_data__make_kcore_dir()
|
| /linux/fs/ |
| H A D | posix_acl.c | 358 acl->a_entries[0].e_perm = (mode & S_IRWXU) >> 6; in posix_acl_from_mode() 465 mode &= (pa->e_perm << 6) | ~S_IRWXU; in posix_acl_create_masq() 519 pa->e_perm = (mode & S_IRWXU) >> 6; in __posix_acl_chmod_masq()
|
| H A D | pidfs.c | 878 inode->i_mode |= S_IRWXU; in pidfs_init_inode()
|
| /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() 808 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in eventfs_create_events_dir()
|
| H A D | inode.c | 684 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_debugfs.c | 411 debugfs_create_file("shrink", S_IRWXU, minor->debugfs_root, in msm_debugfs_init()
|
| /linux/kernel/ |
| H A D | ucount.c | 51 mode = (table->mode & S_IRWXU) >> 6; in set_permissions()
|
| H A D | pid.c | 687 mode = (mode & S_IRWXU) >> 6; in pid_table_root_permissions()
|
| /linux/fs/f2fs/ |
| H A D | acl.c | 319 mode &= (pa->e_perm << 6) | ~S_IRWXU; in f2fs_acl_create_masq()
|
| /linux/fs/adfs/ |
| H A D | super.c | 23 #define ADFS_DEFAULT_OWNER_MASK S_IRWXU
|
| /linux/fs/sysfs/ |
| H A D | group.c | 151 mode = S_IRWXU | S_IRUGO | S_IXUGO; in internal_create_group()
|
| /linux/fs/smb/client/ |
| H A D | link.c | 213 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
|
| /linux/fs/debugfs/ |
| H A D | inode.c | 599 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in debugfs_create_dir()
|
| /linux/tools/bpf/bpftool/ |
| H A D | common.c | 297 err = mkdir(dir_name, S_IRWXU); in create_and_mount_bpffs_dir()
|
| /linux/scripts/ |
| H A D | unifdef.c | 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
|
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 216 dentry = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
|