Lines Matching refs:xfs_agblock_t
26 xfs_agblock_t bno, in xfs_extent_busy_insert()
82 xfs_agblock_t bno, in xfs_extent_busy_search()
130 xfs_agblock_t fbno, in xfs_extent_busy_update_extent()
135 xfs_agblock_t fend = fbno + flen; in xfs_extent_busy_update_extent()
136 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_update_extent()
137 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent()
277 xfs_agblock_t fbno, in xfs_extent_busy_reuse()
290 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_reuse()
291 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse()
323 xfs_agblock_t *bno, in xfs_extent_busy_trim()
327 xfs_agblock_t fbno; in xfs_extent_busy_trim()
341 xfs_agblock_t fend = fbno + flen; in xfs_extent_busy_trim()
342 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_trim()
343 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim()