Searched refs:rm_bytes (Results 1 – 2 of 2) sorted by relevance
81 if (size != be32_to_cpu(rmt->rm_bytes)) in xfs_attr3_rmt_hdr_ok()107 if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) in xfs_attr3_rmt_verify()110 be32_to_cpu(rmt->rm_bytes) > XATTR_SIZE_MAX) in xfs_attr3_rmt_verify()224 rmt->rm_bytes = cpu_to_be32(size); in xfs_attr3_rmt_hdr_set()
866 __be32 rm_bytes; member