Home
last modified time | relevance | path

Searched refs:xfs_btnum_t (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_btree.h36 #define XFS_BTNUM_BNO ((xfs_btnum_t)XFS_BTNUM_BNOi)
37 #define XFS_BTNUM_CNT ((xfs_btnum_t)XFS_BTNUM_CNTi)
38 #define XFS_BTNUM_BMAP ((xfs_btnum_t)XFS_BTNUM_BMAPi)
39 #define XFS_BTNUM_INO ((xfs_btnum_t)XFS_BTNUM_INOi)
253 xfs_btnum_t bc_btnum; /* identifies which btree type */
Dxfs_alloc_btree.h107 xfs_agnumber_t, xfs_btnum_t);
Dxfs_types.h151 } xfs_btnum_t; typedef
Dxfs_alloc_btree.c427 xfs_btnum_t btnum) /* btree identifier */ in xfs_allocbt_init_cursor()