Lines Matching refs:targs
2600 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local
2690 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist()
2693 targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE; in xfs_alloc_fix_freelist()
2695 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist()
2702 xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist()
2705 targs.tp = tp; in xfs_alloc_fix_freelist()
2706 targs.mp = mp; in xfs_alloc_fix_freelist()
2707 targs.agbp = agbp; in xfs_alloc_fix_freelist()
2708 targs.agno = args->agno; in xfs_alloc_fix_freelist()
2709 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist()
2710 targs.type = XFS_ALLOCTYPE_THIS_AG; in xfs_alloc_fix_freelist()
2711 targs.pag = pag; in xfs_alloc_fix_freelist()
2718 targs.agbno = 0; in xfs_alloc_fix_freelist()
2719 targs.maxlen = need - pag->pagf_flcount; in xfs_alloc_fix_freelist()
2720 targs.resv = XFS_AG_RESV_AGFL; in xfs_alloc_fix_freelist()
2723 error = xfs_alloc_ag_vextent(&targs); in xfs_alloc_fix_freelist()
2732 if (targs.agbno == NULLAGBLOCK) { in xfs_alloc_fix_freelist()
2740 for (bno = targs.agbno; bno < targs.agbno + targs.len; bno++) { in xfs_alloc_fix_freelist()