Searched refs:rm_bytes (Results 1 – 2 of 2) sorted by relevance
70 if (size != be32_to_cpu(rmt->rm_bytes)) in xfs_attr3_rmt_hdr_ok()96 if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) in xfs_attr3_rmt_verify()99 be32_to_cpu(rmt->rm_bytes) > XFS_XATTR_SIZE_MAX) in xfs_attr3_rmt_verify()244 rmt->rm_bytes = cpu_to_be32(size); in xfs_attr3_rmt_hdr_set()
852 __be32 rm_bytes; member