Lines Matching refs:xfs_agblock_t
38 xfs_agblock_t bno, in xfs_extent_busy_insert()
108 xfs_agblock_t bno, in xfs_extent_busy_search()
161 xfs_agblock_t fbno, in xfs_extent_busy_update_extent()
166 xfs_agblock_t fend = fbno + flen; in xfs_extent_busy_update_extent()
167 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_update_extent()
168 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent()
308 xfs_agblock_t fbno, in xfs_extent_busy_reuse()
324 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_reuse()
325 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse()
352 xfs_agblock_t bno, in xfs_extent_busy_trim()
354 xfs_agblock_t *rbno, in xfs_extent_busy_trim()
357 xfs_agblock_t fbno; in xfs_extent_busy_trim()
371 xfs_agblock_t fend = fbno + flen; in xfs_extent_busy_trim()
372 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_trim()
373 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim()