Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rmap.c404 uint64_t ltoff, in xfs_rmap_free_check_owner() argument
433 ltoff + rec->rm_blockcount >= offset + len, in xfs_rmap_free_check_owner()
469 uint64_t ltoff; in xfs_rmap_unmap() local
503 ltoff = ltrec.rm_offset; in xfs_rmap_unmap()
548 error = xfs_rmap_free_check_owner(mp, ltoff, &ltrec, len, owner, in xfs_rmap_unmap()
1754 uint64_t ltoff; in xfs_rmap_unmap_shared() local
1777 ltoff = ltrec.rm_offset; in xfs_rmap_unmap_shared()
1793 XFS_WANT_CORRUPTED_GOTO(mp, offset <= ltoff + ltrec.rm_blockcount, in xfs_rmap_unmap_shared()