Home
last modified time | relevance | path

Searched refs:busyp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_extent_busy.c31 struct xfs_extent_busy *busyp; in xfs_extent_busy_insert_list() local
49 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert_list()
51 if (new->bno < busyp->bno) { in xfs_extent_busy_insert_list()
53 ASSERT(new->bno + new->length <= busyp->bno); in xfs_extent_busy_insert_list()
54 } else if (new->bno > busyp->bno) { in xfs_extent_busy_insert_list()
56 ASSERT(bno >= busyp->bno + busyp->length); in xfs_extent_busy_insert_list()
109 struct xfs_extent_busy *busyp; in xfs_extent_busy_search() local
116 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
117 if (bno < busyp in xfs_extent_busy_search()
312 struct xfs_extent_busy *busyp = xfs_extent_busy_reuse() local
363 struct xfs_extent_busy *busyp = xfs_extent_busy_trim() local
521 xfs_extent_busy_clear_one( struct xfs_mount *mp, struct xfs_perag *pag, struct xfs_extent_busy *busyp) xfs_extent_busy_clear_one() argument
562 struct xfs_extent_busy *busyp, *n; xfs_extent_busy_clear() local
[all...]
H A Dxfs_discard.c110 struct xfs_extent_busy *busyp; in xfs_discard_extents() local
116 list_for_each_entry(busyp, &extents->extent_list, list) { in xfs_discard_extents()
117 trace_xfs_discard_extent(mp, busyp->agno, busyp->bno, in xfs_discard_extents()
118 busyp->length); in xfs_discard_extents()
121 XFS_AGB_TO_DADDR(mp, busyp->agno, busyp->bno), in xfs_discard_extents()
122 XFS_FSB_TO_BB(mp, busyp->length), in xfs_discard_extents()
127 (unsigned long long)busyp->bno, in xfs_discard_extents()
128 busyp in xfs_discard_extents()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_extent_busy.c31 struct xfs_extent_busy *busyp; in xfs_extent_busy_insert() local
51 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert()
53 if (new->bno < busyp->bno) { in xfs_extent_busy_insert()
55 ASSERT(new->bno + new->length <= busyp->bno); in xfs_extent_busy_insert()
56 } else if (new->bno > busyp->bno) { in xfs_extent_busy_insert()
58 ASSERT(bno >= busyp->bno + busyp->length); in xfs_extent_busy_insert()
90 struct xfs_extent_busy *busyp; in xfs_extent_busy_search() local
100 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
101 if (bno < busyp in xfs_extent_busy_search()
299 struct xfs_extent_busy *busyp = xfs_extent_busy_reuse() local
351 struct xfs_extent_busy *busyp = xfs_extent_busy_trim() local
509 xfs_extent_busy_clear_one( struct xfs_mount *mp, struct xfs_perag *pag, struct xfs_extent_busy *busyp) xfs_extent_busy_clear_one() argument
550 struct xfs_extent_busy *busyp, *n; xfs_extent_busy_clear() local
[all...]
H A Dxfs_log_cil.c533 struct xfs_extent_busy *busyp; in xlog_discard_busy_extents() local
541 list_for_each_entry(busyp, list, list) { in xlog_discard_busy_extents()
542 trace_xfs_discard_extent(mp, busyp->agno, busyp->bno, in xlog_discard_busy_extents()
543 busyp->length); in xlog_discard_busy_extents()
546 XFS_AGB_TO_DADDR(mp, busyp->agno, busyp->bno), in xlog_discard_busy_extents()
547 XFS_FSB_TO_BB(mp, busyp->length), in xlog_discard_busy_extents()
552 (unsigned long long)busyp->bno, in xlog_discard_busy_extents()
553 busyp in xlog_discard_busy_extents()
[all...]

Completed in 3 milliseconds