Searched refs:XFS_XATTR_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance
56 #define XFS_XATTR_SIZE_MAX (1 << 16) macro1740 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \
108 be32_to_cpu(rmt->rm_bytes) > XFS_XATTR_SIZE_MAX) in xfs_attr3_rmt_verify()
765 rmt_blks = xfs_attr3_rmt_blocks(mp, XFS_XATTR_SIZE_MAX); in xfs_attr_set()
482 if (*len > XFS_XATTR_SIZE_MAX) in xfs_attrmulti_attr_get()519 if (len > XFS_XATTR_SIZE_MAX) in xfs_attrmulti_attr_set()
Completed in 24 milliseconds