Searched refs:S_IRWXU (Results 1 – 22 of 22) sorted by relevance
/linux-6.6.21/include/linux/ |
D | stat.h | 9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
|
/linux-6.6.21/tools/perf/trace/beauty/ |
D | mode_t.c | 8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | stat.h | 29 #define S_IRWXU 00700 macro
|
/linux-6.6.21/include/uapi/linux/ |
D | stat.h | 29 #define S_IRWXU 00700 macro
|
/linux-6.6.21/fs/configfs/ |
D | mount.c | 74 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
|
D | dir.c | 286 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO; in configfs_create_dir()
|
/linux-6.6.21/tools/usb/usbip/src/ |
D | usbip_attach.c | 63 fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU); in record_connection()
|
/linux-6.6.21/tools/include/nolibc/ |
D | types.h | 44 #define S_IRWXU 00700 macro
|
/linux-6.6.21/tools/perf/util/ |
D | data.c | 341 mkdir(data->path, S_IRWXU) < 0) in open_dir() 482 return mkdir(buf, S_IRWXU); in perf_data__make_kcore_dir()
|
/linux-6.6.21/fs/ |
D | posix_acl.c | 360 acl->a_entries[0].e_perm = (mode & S_IRWXU) >> 6; in posix_acl_from_mode() 467 mode &= (pa->e_perm << 6) | ~S_IRWXU; in posix_acl_create_masq() 521 pa->e_perm = (mode & S_IRWXU) >> 6; in __posix_acl_chmod_masq()
|
/linux-6.6.21/fs/tracefs/ |
D | event_inode.c | 392 S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO); in lookup_dir_entry() 762 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in eventfs_create_events_dir()
|
D | inode.c | 605 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
|
/linux-6.6.21/drivers/gpu/drm/msm/ |
D | msm_debugfs.c | 326 debugfs_create_file("shrink", S_IRWXU, minor->debugfs_root, in msm_debugfs_init()
|
/linux-6.6.21/kernel/ |
D | ucount.c | 49 mode = (table->mode & S_IRWXU) >> 6; in set_permissions()
|
/linux-6.6.21/fs/sysfs/ |
D | group.c | 139 S_IRWXU | S_IRUGO | S_IXUGO, in internal_create_group()
|
/linux-6.6.21/fs/f2fs/ |
D | acl.c | 322 mode &= (pa->e_perm << 6) | ~S_IRWXU; in f2fs_acl_create_masq()
|
/linux-6.6.21/fs/adfs/ |
D | super.c | 22 #define ADFS_DEFAULT_OWNER_MASK S_IRWXU
|
/linux-6.6.21/fs/smb/client/ |
D | link.c | 248 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
|
D | inode.c | 338 fattr->cf_mode = S_IFDIR | S_IXUGO | S_IRWXU; in cifs_create_junction_fattr()
|
/linux-6.6.21/fs/debugfs/ |
D | inode.c | 609 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in debugfs_create_dir()
|
/linux-6.6.21/scripts/ |
D | unifdef.c | 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
|
/linux-6.6.21/fs/nfsd/ |
D | nfs4recover.c | 236 status = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
|