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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.c2578 struct xfs_busy_extent *busyp; local
2612 busyp = NULL;
2616 busyp = rb_entry(parent, struct xfs_busy_extent, rb_node);
2618 if (new->bno < busyp->bno) {
2621 if (new->bno + new->length > busyp->bno)
2622 match = busyp->tid == new->tid ? 1 : -1;
2623 } else if (new->bno > busyp->bno) {
2626 if (bno < busyp->bno + busyp->length)
2627 match = busyp
2688 struct xfs_busy_extent *busyp; local
2722 xfs_alloc_busy_clear( struct xfs_mount *mp, struct xfs_busy_extent *busyp) argument
[all...]
H A Dxfs_alloc.h129 xfs_alloc_busy_clear(struct xfs_mount *mp, struct xfs_busy_extent *busyp);
H A Dxfs_log_cil.c347 struct xfs_busy_extent *busyp, *n; local
355 list_for_each_entry_safe(busyp, n, &ctx->busy_extents, list)
356 xfs_alloc_busy_clear(ctx->cil->xc_log->l_mp, busyp);
H A Dxfs_trans.c611 struct xfs_busy_extent *busyp, *n; local
613 list_for_each_entry_safe(busyp, n, &tp->t_busy, list)
614 xfs_alloc_busy_clear(tp->t_mountp, busyp);

Completed in 120 milliseconds