Home
last modified time | relevance | path

Searched refs:bestsp (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dir2_leaf.c89 xfs_dir2_data_off_t *bestsp; /* leaf's bestsp entries */ in xfs_dir2_block_to_leaf() local
165 bestsp = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT); in xfs_dir2_block_to_leaf()
166 INT_COPY(bestsp[0], block->hdr.bestfree[0].length, ARCH_CONVERT); in xfs_dir2_block_to_leaf()
186 xfs_dir2_data_off_t *bestsp; /* freespace table in leaf */ in xfs_dir2_leaf_addname() local
236 bestsp = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT); in xfs_dir2_leaf_addname()
251 ASSERT(INT_GET(bestsp[i], ARCH_CONVERT) != NULLDATAOFF); in xfs_dir2_leaf_addname()
252 if (INT_GET(bestsp[i], ARCH_CONVERT) >= length) { in xfs_dir2_leaf_addname()
265 if (INT_GET(bestsp[i], ARCH_CONVERT) == NULLDATAOFF && use_block == -1) in xfs_dir2_leaf_addname()
267 else if (INT_GET(bestsp[i], ARCH_CONVERT) >= length) { in xfs_dir2_leaf_addname()
283 if (use_block != -1 && INT_GET(bestsp[use_block], ARCH_CONVERT) == NULLDATAOFF) in xfs_dir2_leaf_addname()
[all …]
Dxfs_dir2_block.c906 xfs_dir2_data_off_t *bestsp; /* leaf bests table */ in xfs_dir2_leaf_to_block() local
939 bestsp = XFS_DIR2_LEAF_BESTS_P_ARCH(ltp, ARCH_CONVERT); in xfs_dir2_leaf_to_block()
940 if (INT_GET(bestsp[INT_GET(ltp->bestcount, ARCH_CONVERT) - 1], ARCH_CONVERT) == in xfs_dir2_leaf_to_block()