Searched refs:S_IRWXO (Results 1 – 12 of 12) sorted by relevance
258 mode |= (pa->e_perm & S_IRWXO) << 6; in posix_acl_equiv_mode()261 mode |= (pa->e_perm & S_IRWXO) << 3; in posix_acl_equiv_mode()264 mode |= pa->e_perm & S_IRWXO; in posix_acl_equiv_mode()268 ((pa->e_perm & S_IRWXO) << 3); in posix_acl_equiv_mode()302 acl->a_entries[2].e_perm = (mode & S_IRWXO); in posix_acl_from_mode()392 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in posix_acl_create_masq()406 pa->e_perm &= mode | ~S_IRWXO; in posix_acl_create_masq()407 mode &= pa->e_perm | ~S_IRWXO; in posix_acl_create_masq()421 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()426 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()[all …]
346 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in SYSCALL_DEFINE3()
290 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in f2fs_acl_create_masq()304 pa->e_perm &= mode | ~S_IRWXO; in f2fs_acl_create_masq()305 mode &= pa->e_perm | ~S_IRWXO; in f2fs_acl_create_masq()319 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()324 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
75 *p++ = htonl(entry->e_perm & S_IRWXO); in xdr_nfsace_encode()181 if (entry->e_perm & ~S_IRWXO) in xdr_nfsace_decode()186 entry->e_perm &= S_IRWXO; in xdr_nfsace_decode()
8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
37 #define S_IRWXO 00007 macro
623 umode_t other_mask = S_IRWXU | S_IRWXG | S_IRWXO; in parse_dacl()687 &sid_everyone, nmode, S_IRWXO); in set_chmod_dacl()
313 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
24 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
1600 mode = ((permissions) & S_IRWXO) | in udf_convert_permissions()1670 udfperms = ((inode->i_mode & S_IRWXO)) | in udf_update_inode()
2167 attr->ia_mode = hui->hui_mode & (S_IRWXU | S_IRWXG | S_IRWXO); in ll_hsm_import()