Home
last modified time | relevance | path

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

/linux/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()
253 busyp->length = fbno - busyp->bno; in xfs_extent_busy_update_extent()
502 if (busyp->length) { in xfs_extent_busy_clear_one()
503 trace_xfs_extent_busy_clear(mp, busyp->agno, busyp->bno, in xfs_extent_busy_clear_one()
504 busyp->length); in xfs_extent_busy_clear_one()
509 kmem_free(busyp); in xfs_extent_busy_clear_one()
[all …]
A Dxfs_log_cil.c569 struct xfs_extent_busy *busyp; in xlog_discard_busy_extents() local
577 list_for_each_entry(busyp, list, list) { in xlog_discard_busy_extents()
578 trace_xfs_discard_extent(mp, busyp->agno, busyp->bno, in xlog_discard_busy_extents()
579 busyp->length); in xlog_discard_busy_extents()
582 XFS_AGB_TO_DADDR(mp, busyp->agno, busyp->bno), in xlog_discard_busy_extents()
583 XFS_FSB_TO_BB(mp, busyp->length), in xlog_discard_busy_extents()
588 (unsigned long long)busyp->bno, in xlog_discard_busy_extents()
589 busyp->length, in xlog_discard_busy_extents()

Completed in 7 milliseconds