Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_btree.h38 #define XFS_BTNUM_BMAP ((xfs_btnum_t)XFS_BTNUM_BMAPi) macro
122 case XFS_BTNUM_BMAP: __XFS_BTREE_STATS_INC(bmbt, stat); break; \
135 case XFS_BTNUM_BMAP: __XFS_BTREE_STATS_ADD(bmbt, stat, val); break; \
Dxfs_bmap_btree.c774 cur->bc_btnum = XFS_BTNUM_BMAP; in xfs_bmbt_init_cursor()
Dxfs_btree.c227 ASSERT(cur->bc_btnum != XFS_BTNUM_BMAP || in xfs_btree_del_cursor()
947 case XFS_BTNUM_BMAP: in xfs_btree_set_refs()