Searched refs:S_IRWXO (Results 1 – 14 of 14) sorted by relevance
320 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 …]
475 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in do_faccessat()
318 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()
77 *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()
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
57 #define S_IRWXO 00007 macro
24 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
213 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)