Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_format.h68 #define XFS_XATTR_SIZE_MAX (1 << 16) macro
1690 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \
Dxfs_attr_remote.c111 be32_to_cpu(rmt->rm_bytes) > XFS_XATTR_SIZE_MAX) in xfs_attr3_rmt_verify()
/fs/xfs/
Dxfs_ioctl.c452 if (*len > XFS_XATTR_SIZE_MAX) in xfs_attrmulti_attr_get()
483 if (len > XFS_XATTR_SIZE_MAX) in xfs_attrmulti_attr_set()