Home
last modified time | relevance | path

Searched refs:S_IRWXO (Results 1 – 14 of 14) sorted by relevance

/linux/fs/
H A Dposix_acl.c320 mode |= (pa->e_perm & S_IRWXO) << 6; in posix_acl_equiv_mode()
323 mode |= (pa->e_perm & S_IRWXO) << 3; in posix_acl_equiv_mode()
326 mode |= pa->e_perm & S_IRWXO; in posix_acl_equiv_mode()
330 ((pa->e_perm & S_IRWXO) << 3); in posix_acl_equiv_mode()
364 acl->a_entries[2].e_perm = (mode & S_IRWXO); in posix_acl_from_mode()
464 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in posix_acl_create_masq()
478 pa->e_perm &= mode | ~S_IRWXO; in posix_acl_create_masq()
479 mode &= pa->e_perm | ~S_IRWXO; in posix_acl_create_masq()
493 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()
498 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()
[all …]
H A Dopen.c475 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in do_faccessat()
/linux/fs/f2fs/
H A Dacl.c318 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in f2fs_acl_create_masq()
332 pa->e_perm &= mode | ~S_IRWXO; in f2fs_acl_create_masq()
333 mode &= pa->e_perm | ~S_IRWXO; in f2fs_acl_create_masq()
347 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
352 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
/linux/fs/nfs_common/
H A Dnfsacl.c77 *p++ = htonl(entry->e_perm & S_IRWXO); in xdr_nfsace_encode()
256 if (entry->e_perm & ~S_IRWXO) in xdr_nfsace_decode()
261 entry->e_perm &= S_IRWXO; in xdr_nfsace_decode()
/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.h39 #define S_IRWXO 00007 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h39 #define S_IRWXO 00007 macro
/linux/include/uapi/linux/
H A Dstat.h39 #define S_IRWXO 00007 macro
/linux/tools/include/nolibc/
H A Dtypes.h57 #define S_IRWXO 00007 macro
/linux/fs/adfs/
H A Dsuper.c24 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
/linux/fs/smb/client/
H A Dlink.c213 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
/linux/scripts/
H A Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/linux/include/trace/events/
H A Df2fs.h176 S_IRWXU | S_IRWXG | S_IRWXO)