Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_btree.h61 #define XFS_BTNUM_BNO ((xfs_btnum_t)XFS_BTNUM_BNOi)
62 #define XFS_BTNUM_CNT ((xfs_btnum_t)XFS_BTNUM_CNTi)
63 #define XFS_BTNUM_BMAP ((xfs_btnum_t)XFS_BTNUM_BMAPi)
64 #define XFS_BTNUM_INO ((xfs_btnum_t)XFS_BTNUM_INOi)
65 #define XFS_BTNUM_FINO ((xfs_btnum_t)XFS_BTNUM_FINOi)
217 xfs_btnum_t bc_btnum; /* identifies which btree type */
Dxfs_alloc_btree.h62 xfs_agnumber_t, xfs_btnum_t);
Dxfs_ialloc_btree.h62 xfs_btnum_t);
Dxfs_types.h113 } xfs_btnum_t; typedef
Dxfs_ialloc_btree.c387 xfs_btnum_t btnum) /* ialloc or free ino btree */ in xfs_inobt_init_cursor()
Dxfs_alloc_btree.c459 xfs_btnum_t btnum) /* btree identifier */ in xfs_allocbt_init_cursor()
Dxfs_ialloc.c165 xfs_btnum_t btnum) in xfs_inobt_insert()