Lines Matching refs:targs
2618 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local
2709 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist()
2712 targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE; in xfs_alloc_fix_freelist()
2714 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist()
2722 error = xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist()
2727 targs.tp = tp; in xfs_alloc_fix_freelist()
2728 targs.mp = mp; in xfs_alloc_fix_freelist()
2729 targs.agbp = agbp; in xfs_alloc_fix_freelist()
2730 targs.agno = args->agno; in xfs_alloc_fix_freelist()
2731 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist()
2732 targs.pag = pag; in xfs_alloc_fix_freelist()
2739 targs.agbno = 0; in xfs_alloc_fix_freelist()
2740 targs.maxlen = need - pag->pagf_flcount; in xfs_alloc_fix_freelist()
2741 targs.resv = XFS_AG_RESV_AGFL; in xfs_alloc_fix_freelist()
2744 error = xfs_alloc_ag_vextent_size(&targs, alloc_flags); in xfs_alloc_fix_freelist()
2753 if (targs.agbno == NULLAGBLOCK) { in xfs_alloc_fix_freelist()
2759 if (!xfs_rmap_should_skip_owner_update(&targs.oinfo)) { in xfs_alloc_fix_freelist()
2761 targs.agbno, targs.len, &targs.oinfo); in xfs_alloc_fix_freelist()
2766 -((long)(targs.len))); in xfs_alloc_fix_freelist()
2773 for (bno = targs.agbno; bno < targs.agbno + targs.len; bno++) { in xfs_alloc_fix_freelist()