Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_extent_busy.c56 ASSERT(bno >= busyp->bno + busyp->length); in xfs_extent_busy_insert()
94 if (bno < busyp->bno) { in xfs_extent_busy_search()
101 if (bno < busyp->bno + busyp->length) in xfs_extent_busy_search()
221 busyp->length = 0; in xfs_extent_busy_update_extent()
238 busyp->bno = fend; in xfs_extent_busy_update_extent()
254 busyp->length = fbno - busyp->bno; in xfs_extent_busy_update_extent()
503 if (busyp->length) { in xfs_extent_busy_clear_one()
504 trace_xfs_extent_busy_clear(mp, busyp->agno, busyp->bno, in xfs_extent_busy_clear_one()
505 busyp->length); in xfs_extent_busy_clear_one()
510 kmem_free(busyp); in xfs_extent_busy_clear_one()
[all …]
A Dxfs_log_cil.c733 struct xfs_extent_busy *busyp; in xlog_discard_busy_extents() local
741 list_for_each_entry(busyp, list, list) { in xlog_discard_busy_extents()
742 trace_xfs_discard_extent(mp, busyp->agno, busyp->bno, in xlog_discard_busy_extents()
743 busyp->length); in xlog_discard_busy_extents()
746 XFS_AGB_TO_DADDR(mp, busyp->agno, busyp->bno), in xlog_discard_busy_extents()
747 XFS_FSB_TO_BB(mp, busyp->length), in xlog_discard_busy_extents()
752 (unsigned long long)busyp->bno, in xlog_discard_busy_extents()
753 busyp->length, in xlog_discard_busy_extents()

Completed in 8 milliseconds