Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_alloc.c1708 xfs_alloc_arg_t targs; /* local allocation arguments */ in xfs_alloc_fix_freelist() local
1814 targs.tp = tp; in xfs_alloc_fix_freelist()
1815 targs.mp = mp; in xfs_alloc_fix_freelist()
1816 targs.agbp = agbp; in xfs_alloc_fix_freelist()
1817 targs.agno = args->agno; in xfs_alloc_fix_freelist()
1818 targs.mod = targs.minleft = targs.wasdel = targs.userdata = in xfs_alloc_fix_freelist()
1819 targs.minalignslop = 0; in xfs_alloc_fix_freelist()
1820 targs.alignment = targs.minlen = targs.prod = targs.isfl = 1; in xfs_alloc_fix_freelist()
1821 targs.type = XFS_ALLOCTYPE_THIS_AG; in xfs_alloc_fix_freelist()
1822 targs.pag = pag; in xfs_alloc_fix_freelist()
[all …]