Home
last modified time | relevance | path

Searched refs:targs (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.c2237 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local
2317 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist()
2319 xfs_rmap_skip_owner_update(&targs.oinfo); in xfs_alloc_fix_freelist()
2321 xfs_rmap_ag_owner(&targs.oinfo, XFS_RMAP_OWN_AG); in xfs_alloc_fix_freelist()
2328 xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist()
2331 targs.tp = tp; in xfs_alloc_fix_freelist()
2332 targs.mp = mp; in xfs_alloc_fix_freelist()
2333 targs.agbp = agbp; in xfs_alloc_fix_freelist()
2334 targs.agno = args->agno; in xfs_alloc_fix_freelist()
2335 targs.alignment = targs.minlen = targs.prod = 1; in xfs_alloc_fix_freelist()
[all …]