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