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