Searched refs:XFS_BTREE_ALLOCBT_ACTIVE (Results 1 – 2 of 2) sorted by relevance
168 cur->bc_flags |= XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_lookup()170 cur->bc_flags &= ~XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_lookup()219 return cur && (cur->bc_flags & XFS_BTREE_ALLOCBT_ACTIVE); in xfs_alloc_cur_active()1096 cur->bc_flags &= ~XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_cur_check()1469 cur->bc_flags &= ~XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_walk_iter()1583 acur->cnt->bc_flags |= XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_ag_vextent_locality()
336 #define XFS_BTREE_ALLOCBT_ACTIVE (1U << 3) macro
Completed in 12 milliseconds