Searched refs:targs (Results 1 – 1 of 1) sorted by relevance
1848 xfs_alloc_arg_t targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local1945 targs.tp = tp; in xfs_alloc_fix_freelist()1946 targs.mp = mp; in xfs_alloc_fix_freelist()1947 targs.agbp = agbp; in xfs_alloc_fix_freelist()1948 targs.agno = args->agno; in xfs_alloc_fix_freelist()1949 targs.mod = targs.minleft = targs.wasdel = targs.userdata = in xfs_alloc_fix_freelist()1950 targs.minalignslop = 0; in xfs_alloc_fix_freelist()1951 targs.alignment = targs.minlen = targs.prod = targs.isfl = 1; in xfs_alloc_fix_freelist()1952 targs.type = XFS_ALLOCTYPE_THIS_AG; in xfs_alloc_fix_freelist()1953 targs.pag = pag; in xfs_alloc_fix_freelist()[all …]