Searched refs:targs (Results 1 – 1 of 1) sorted by relevance
1940 struct xfs_alloc_arg targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local2020 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist()2021 targs.tp = tp; in xfs_alloc_fix_freelist()2022 targs.mp = mp; in xfs_alloc_fix_freelist()2023 targs.agbp = agbp; in xfs_alloc_fix_freelist()2024 targs.agno = args->agno; in xfs_alloc_fix_freelist()2025 targs.alignment = targs.minlen = targs.prod = targs.isfl = 1; in xfs_alloc_fix_freelist()2026 targs.type = XFS_ALLOCTYPE_THIS_AG; in xfs_alloc_fix_freelist()2027 targs.pag = pag; in xfs_alloc_fix_freelist()2028 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist()[all …]