Home
last modified time | relevance | path

Searched refs:ae_perm (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_acl.c132 dest_entry->ae_perm = le16_to_cpu(src_entry->e_perm); in posix_acl_xattr_to_xfs()
133 if (_ACL_PERM_INVALID(dest_entry->ae_perm)) in posix_acl_xattr_to_xfs()
199 dest_entry->e_perm = cpu_to_le16(src_entry->ae_perm); in posix_acl_xfs_to_xattr()
200 if (_ACL_PERM_INVALID(src_entry->ae_perm)) in posix_acl_xfs_to_xattr()
420 if (fap->acl_entry[i].ae_perm & ACL_EXECUTE) { in xfs_acl_find_any_exec()
425 mask = fap->acl_entry[i].ae_perm; in xfs_acl_find_any_exec()
427 masked_aces |= fap->acl_entry[i].ae_perm; in xfs_acl_find_any_exec()
505 allows = ((fap->acl_entry[i].ae_perm & md) == md); in xfs_acl_access()
513 matched.ae_perm = allows; in xfs_acl_access()
519 matched.ae_perm = allows; in xfs_acl_access()
[all …]
Dxfs_acl.h49 xfs_acl_perm_t ae_perm; member