Searched refs:S_IRWXU (Results 1 - 24 of 24) sorted by relevance

/linux-master/include/linux/
H A Dstat.h9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/linux-master/tools/perf/trace/beauty/
H A Dmode_t.c8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/linux-master/include/uapi/linux/
H A Dstat.h29 #define S_IRWXU 00700 macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h29 #define S_IRWXU 00700 macro
/linux-master/fs/configfs/
H A Dmount.c74 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO,
H A Ddir.c286 umode_t mode = S_IFDIR| S_IRWXU | S_IRUGO | S_IXUGO;
/linux-master/tools/usb/usbip/src/
H A Dusbip_attach.c63 fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU);
/linux-master/tools/include/nolibc/
H A Dtypes.h46 #define S_IRWXU 00700 macro
/linux-master/tools/perf/util/
H A Ddata.c353 mkdir(data->path, S_IRWXU) < 0)
492 return mkdir(buf, S_IRWXU);
/linux-master/fs/
H A Dpidfs.c220 inode->i_mode |= S_IRWXU;
H A Dposix_acl.c359 acl->a_entries[0].e_perm = (mode & S_IRWXU) >> 6;
466 mode &= (pa->e_perm << 6) | ~S_IRWXU;
520 pa->e_perm = (mode & S_IRWXU) >> 6;
/linux-master/fs/tracefs/
H A Devent_inode.c411 S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO);
812 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO;
H A Dinode.c605 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP;
/linux-master/kernel/
H A Ducount.c49 mode = (table->mode & S_IRWXU) >> 6;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_debugfs.c354 debugfs_create_file("shrink", S_IRWXU, minor->debugfs_root,
/linux-master/fs/f2fs/
H A Dacl.c322 mode &= (pa->e_perm << 6) | ~S_IRWXU;
/linux-master/fs/adfs/
H A Dsuper.c22 #define ADFS_DEFAULT_OWNER_MASK S_IRWXU
/linux-master/fs/sysfs/
H A Dgroup.c148 mode = S_IRWXU | S_IRUGO | S_IXUGO;
/linux-master/fs/smb/client/
H A Dlink.c236 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO;
H A Dinode.c341 fattr->cf_mode = S_IFDIR | S_IXUGO | S_IRWXU;
/linux-master/fs/debugfs/
H A Dinode.c615 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO;
/linux-master/scripts/
H A Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO));
/linux-master/fs/nfsd/
H A Dnfs4recover.c237 status = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), dentry, S_IRWXU);
/linux-master/include/trace/events/
H A Df2fs.h175 S_IRWXU | S_IRWXG | S_IRWXO)

Completed in 330 milliseconds