Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rmap.c598 uint64_t ltoff, in xfs_rmap_free_check_owner() argument
645 offset + len > ltoff + rec->rm_blockcount)) { in xfs_rmap_free_check_owner()
684 uint64_t ltoff; in xfs_rmap_unmap() local
716 ltoff = ltrec.rm_offset; in xfs_rmap_unmap()
775 error = xfs_rmap_free_check_owner(cur, ltoff, &ltrec, len, owner, in xfs_rmap_unmap()
2187 uint64_t ltoff; in xfs_rmap_unmap_shared() local
2213 ltoff = ltrec.rm_offset; in xfs_rmap_unmap_shared()
2247 if (XFS_IS_CORRUPT(mp, offset > ltoff + ltrec.rm_blockcount)) { in xfs_rmap_unmap_shared()