Searched refs:XFS_ACL_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
151 len = XFS_ACL_MAX_SIZE(ip->i_mount); in xfs_get_acl()203 int len = XFS_ACL_MAX_SIZE(ip->i_mount); in __xfs_set_acl()258 int len = XFS_ACL_MAX_SIZE(XFS_M(inode->i_sb)); in xfs_acl_exists()
1502 #define XFS_ACL_MAX_SIZE(mp) \ macro