Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_acl.h86 #define _ACL_PERM_INVALID(perm) ((perm) & ~(ACL_READ|ACL_WRITE|ACL_EXECUTE)) macro
Dxfs_acl.c133 if (_ACL_PERM_INVALID(dest_entry->ae_perm)) in posix_acl_xattr_to_xfs()
200 if (_ACL_PERM_INVALID(src_entry->ae_perm)) in posix_acl_xfs_to_xattr()