Searched refs:S_IRWXO (Results 1 – 14 of 14) sorted by relevance
321 mode |= (pa->e_perm & S_IRWXO) << 6; in posix_acl_equiv_mode()324 mode |= (pa->e_perm & S_IRWXO) << 3; in posix_acl_equiv_mode()327 mode |= pa->e_perm & S_IRWXO; in posix_acl_equiv_mode()331 ((pa->e_perm & S_IRWXO) << 3); in posix_acl_equiv_mode()365 acl->a_entries[2].e_perm = (mode & S_IRWXO); in posix_acl_from_mode()465 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in posix_acl_create_masq()479 pa->e_perm &= mode | ~S_IRWXO; in posix_acl_create_masq()480 mode &= pa->e_perm | ~S_IRWXO; in posix_acl_create_masq()494 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()499 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()[all …]
475 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in do_faccessat()
320 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in f2fs_acl_create_masq()334 pa->e_perm &= mode | ~S_IRWXO; in f2fs_acl_create_masq()335 mode &= pa->e_perm | ~S_IRWXO; in f2fs_acl_create_masq()349 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()354 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
77 *p++ = htonl(entry->e_perm & S_IRWXO); in xdr_nfsace_encode()254 if (entry->e_perm & ~S_IRWXO) in xdr_nfsace_decode()259 entry->e_perm &= S_IRWXO; in xdr_nfsace_decode()
9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
39 #define S_IRWXO 00007 macro
56 #define S_IRWXO 00007 macro
23 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
236 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
176 S_IRWXU | S_IRWXG | S_IRWXO)