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

/linux-master/fs/xfs/
H A Dxfs_extent_busy.c31 struct xfs_extent_busy *busyp; local
50 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node);
52 if (new->bno < busyp->bno) {
54 ASSERT(new->bno + new->length <= busyp->bno);
55 } else if (new->bno > busyp->bno) {
57 ASSERT(bno >= busyp->bno + busyp->length);
110 struct xfs_extent_busy *busyp; local
117 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node);
118 if (bno < busyp
313 struct xfs_extent_busy *busyp = local
364 struct xfs_extent_busy *busyp = local
522 xfs_extent_busy_clear_one( struct xfs_mount *mp, struct xfs_perag *pag, struct xfs_extent_busy *busyp) argument
563 struct xfs_extent_busy *busyp, *n; local
[all...]
H A Dxfs_discard.c112 struct xfs_extent_busy *busyp; local
118 list_for_each_entry(busyp, &extents->extent_list, list) {
119 trace_xfs_discard_extent(mp, busyp->agno, busyp->bno,
120 busyp->length);
123 XFS_AGB_TO_DADDR(mp, busyp->agno, busyp->bno),
124 XFS_FSB_TO_BB(mp, busyp->length),
129 (unsigned long long)busyp->bno,
130 busyp
[all...]

Completed in 97 milliseconds