Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_attr_remote.c88 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok() local
90 if (bno != be64_to_cpu(rmt->rm_blkno)) in xfs_attr3_rmt_hdr_ok()
96 if (ino != be64_to_cpu(rmt->rm_owner)) in xfs_attr3_rmt_hdr_ok()
110 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_verify() local
118 if (be32_to_cpu(rmt->rm_bytes) > mp->m_attr_geo->blksize - sizeof(*rmt)) in xfs_attr3_rmt_verify()
120 if (be32_to_cpu(rmt->rm_offset) + in xfs_attr3_rmt_verify()
123 if (rmt->rm_owner == 0) in xfs_attr3_rmt_verify()
260 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_set() local
267 rmt->rm_bytes = cpu_to_be32(size); in xfs_attr3_rmt_hdr_set()
269 rmt->rm_owner = cpu_to_be64(ino); in xfs_attr3_rmt_hdr_set()
[all …]

Completed in 7 milliseconds