Home
last modified time | relevance | path

Searched refs:XFS_XATTR_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/libxfs/
Dxfs_format.h56 #define XFS_XATTR_SIZE_MAX (1 << 16) macro
1811 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \
Dxfs_attr_remote.c108 be32_to_cpu(rmt->rm_bytes) > XFS_XATTR_SIZE_MAX) in xfs_attr3_rmt_verify()
Dxfs_attr.c1016 rmt_blks = xfs_attr3_rmt_blocks(mp, XFS_XATTR_SIZE_MAX); in xfs_attr_set()
/fs/xfs/
Dxfs_ioctl.c483 if (*len > XFS_XATTR_SIZE_MAX) in xfs_attrmulti_attr_get()
520 if (len > XFS_XATTR_SIZE_MAX) in xfs_attrmulti_attr_set()