Home
last modified time | relevance | path

Searched refs:S_IRWXU (Results 1 – 25 of 27) sorted by relevance

12

/linux/include/linux/
H A Dstat.h9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/linux/tools/perf/trace/beauty/
H A Dmode_t.c8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/linux/tools/include/uapi/linux/
H A Dstat.h29 #define S_IRWXU 00700 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h29 #define S_IRWXU 00700 macro
/linux/include/uapi/linux/
H A Dstat.h29 #define S_IRWXU 00700 macro
/linux/fs/configfs/
H A Dmount.c74 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
H A Ddir.c296 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO; in configfs_create_dir()
/linux/tools/include/nolibc/
H A Dtypes.h47 #define S_IRWXU 00700 macro
/linux/tools/usb/usbip/src/
H A Dusbip_attach.c63 fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU); in record_connection()
/linux/tools/perf/util/
H A Ddata.c338 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 Dposix_acl.c358 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 Dpidfs.c878 inode->i_mode |= S_IRWXU; in pidfs_init_inode()
/linux/fs/tracefs/
H A Devent_inode.c413 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 Dinode.c684 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 Dmsm_debugfs.c411 debugfs_create_file("shrink", S_IRWXU, minor->debugfs_root, in msm_debugfs_init()
/linux/kernel/
H A Ducount.c51 mode = (table->mode & S_IRWXU) >> 6; in set_permissions()
H A Dpid.c687 mode = (mode & S_IRWXU) >> 6; in pid_table_root_permissions()
/linux/fs/f2fs/
H A Dacl.c319 mode &= (pa->e_perm << 6) | ~S_IRWXU; in f2fs_acl_create_masq()
/linux/fs/adfs/
H A Dsuper.c23 #define ADFS_DEFAULT_OWNER_MASK S_IRWXU
/linux/fs/sysfs/
H A Dgroup.c151 mode = S_IRWXU | S_IRUGO | S_IXUGO; in internal_create_group()
/linux/fs/smb/client/
H A Dlink.c213 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
/linux/fs/debugfs/
H A Dinode.c599 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO; in debugfs_create_dir()
/linux/tools/bpf/bpftool/
H A Dcommon.c297 err = mkdir(dir_name, S_IRWXU); in create_and_mount_bpffs_dir()
/linux/scripts/
H A Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/linux/fs/nfsd/
H A Dnfs4recover.c216 dentry = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()

12