Searched refs:targs (Results 1 – 1 of 1) sorted by relevance
1860 xfs_alloc_arg_t targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local1966 memset(&targs, 0, sizeof(targs)); in xfs_alloc_fix_freelist()1967 targs.tp = tp; in xfs_alloc_fix_freelist()1968 targs.mp = mp; in xfs_alloc_fix_freelist()1969 targs.agbp = agbp; in xfs_alloc_fix_freelist()1970 targs.agno = args->agno; in xfs_alloc_fix_freelist()1971 targs.alignment = targs.minlen = targs.prod = targs.isfl = 1; in xfs_alloc_fix_freelist()1972 targs.type = XFS_ALLOCTYPE_THIS_AG; in xfs_alloc_fix_freelist()1973 targs.pag = pag; in xfs_alloc_fix_freelist()1974 if ((error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp))) in xfs_alloc_fix_freelist()[all …]