Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.h63 #define XFS_BTNUM_BMAP ((xfs_btnum_t)XFS_BTNUM_BMAPi) macro
95 case XFS_BTNUM_BMAP: __XFS_BTREE_STATS_INC(__mp, bmbt, stat); break; \
112 case XFS_BTNUM_BMAP: \
Dxfs_bmap_btree.c793 cur->bc_btnum = XFS_BTNUM_BMAP; in xfs_bmbt_init_cursor()
Dxfs_btree.c327 ASSERT(cur->bc_btnum != XFS_BTNUM_BMAP || in xfs_btree_del_cursor()
1129 case XFS_BTNUM_BMAP: in xfs_btree_set_refs()
2580 if (cur->bc_btnum != XFS_BTNUM_BMAP) in xfs_btree_split()