Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc.c170 cur->bc_flags |= XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_lookup()
172 cur->bc_flags &= ~XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_lookup()
221 return cur && (cur->bc_flags & XFS_BTREE_ALLOCBT_ACTIVE); in xfs_alloc_cur_active()
1098 cur->bc_flags &= ~XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_cur_check()
1470 cur->bc_flags &= ~XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_walk_iter()
1584 acur->cnt->bc_flags |= XFS_BTREE_ALLOCBT_ACTIVE; in xfs_alloc_ag_vextent_locality()
Dxfs_btree.h318 #define XFS_BTREE_ALLOCBT_ACTIVE (1U << 3) macro