Searched refs:XFS_ALLOCTYPE_ANY_AG (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_alloc.h31 XFS_ALLOCTYPE_ANY_AG, /* allocate anywhere, use rotor */ enumerator in enum:xfs_alloctype
H A Dxfs_alloc.c2302 case XFS_ALLOCTYPE_ANY_AG:
2308 if (type == XFS_ALLOCTYPE_ANY_AG) {
2387 if (bump_rotor || (type == XFS_ALLOCTYPE_ANY_AG)) {
H A Dxfs_rtalloc.c2170 case XFS_ALLOCTYPE_ANY_AG:
H A Dxfs_bmap.c2674 atype = ap->rval == 0 ? XFS_ALLOCTYPE_ANY_AG : XFS_ALLOCTYPE_NEAR_BNO;

Completed in 205 milliseconds