Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_alloc.c168 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()
A Dxfs_btree.h336 #define XFS_BTREE_ALLOCBT_ACTIVE (1U << 3) macro

Completed in 12 milliseconds