Searched refs:XFS_ACL_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
137 len = XFS_ACL_MAX_SIZE(ip->i_mount); in xfs_get_acl()177 int len = XFS_ACL_MAX_SIZE(ip->i_mount); in __xfs_set_acl()
1687 #define XFS_ACL_MAX_SIZE(mp) \ macro