Searched refs:rm_bytes (Results 1 – 2 of 2) sorted by relevance
94 if (size != be32_to_cpu(rmt->rm_bytes)) in xfs_attr3_rmt_hdr_ok()118 if (be32_to_cpu(rmt->rm_bytes) > mp->m_attr_geo->blksize - sizeof(*rmt)) in xfs_attr3_rmt_verify()121 be32_to_cpu(rmt->rm_bytes) > XFS_XATTR_SIZE_MAX) in xfs_attr3_rmt_verify()267 rmt->rm_bytes = cpu_to_be32(size); in xfs_attr3_rmt_hdr_set()
873 __be32 rm_bytes; member
Completed in 8 milliseconds