Searched refs:S_IRWXO (Results 1 – 12 of 12) sorted by relevance
322 mode |= (pa->e_perm & S_IRWXO) << 6; in posix_acl_equiv_mode()325 mode |= (pa->e_perm & S_IRWXO) << 3; in posix_acl_equiv_mode()328 mode |= pa->e_perm & S_IRWXO; in posix_acl_equiv_mode()332 ((pa->e_perm & S_IRWXO) << 3); in posix_acl_equiv_mode()366 acl->a_entries[2].e_perm = (mode & S_IRWXO); in posix_acl_from_mode()466 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in posix_acl_create_masq()480 pa->e_perm &= mode | ~S_IRWXO; in posix_acl_create_masq()481 mode &= pa->e_perm | ~S_IRWXO; in posix_acl_create_masq()495 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()500 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()[all …]
465 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in do_faccessat()
321 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in f2fs_acl_create_masq()335 pa->e_perm &= mode | ~S_IRWXO; in f2fs_acl_create_masq()336 mode &= pa->e_perm | ~S_IRWXO; in f2fs_acl_create_masq()350 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()355 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
76 *p++ = htonl(entry->e_perm & S_IRWXO); in xdr_nfsace_encode()253 if (entry->e_perm & ~S_IRWXO) in xdr_nfsace_decode()258 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
54 #define S_IRWXO 00007 macro
23 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
248 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()