Home
last modified time | relevance | path

Searched refs:rm_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_attr_remote.c80 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()
Dxfs_da_format.h839 __be32 rm_bytes; member