Searched refs:rm_bytes (Results 1 – 2 of 2) sorted by relevance
80 if (size != be32_to_cpu(rmt->rm_bytes)) in xfs_attr3_rmt_hdr_ok()105 if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) in xfs_attr3_rmt_verify()108 be32_to_cpu(rmt->rm_bytes) > XFS_XATTR_SIZE_MAX) in xfs_attr3_rmt_verify()254 rmt->rm_bytes = cpu_to_be32(size); in xfs_attr3_rmt_hdr_set()
839 __be32 rm_bytes; member