Searched refs:XFS_BB_NUM_BITS (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_btree.h | 110 #define XFS_BB_NUM_BITS 5 macro 111 #define XFS_BB_ALL_BITS ((1 << XFS_BB_NUM_BITS) - 1)
|
D | xfs_ialloc_btree.c | 777 xfs_btree_offsets(fields, offsets, XFS_BB_NUM_BITS, &first, &last); in xfs_inobt_log_block()
|
D | xfs_alloc_btree.c | 853 xfs_btree_offsets(fields, offsets, XFS_BB_NUM_BITS, &first, &last); in xfs_alloc_log_block()
|
D | xfs_bmap_btree.c | 2266 xfs_btree_offsets(fields, offsets, XFS_BB_NUM_BITS, &first, in xfs_bmbt_log_block()
|