Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir2_leaf.c164 INT_SET(ltp->bestcount, ARCH_CONVERT, 1); in xfs_dir2_block_to_leaf()
250 ASSERT(i < INT_GET(ltp->bestcount, ARCH_CONVERT)); in xfs_dir2_leaf_addname()
261 for (i = 0; i < INT_GET(ltp->bestcount, ARCH_CONVERT); i++) { in xfs_dir2_leaf_addname()
381 if (use_block >= INT_GET(ltp->bestcount, ARCH_CONVERT)) { in xfs_dir2_leaf_addname()
384 INT_GET(ltp->bestcount, ARCH_CONVERT) * sizeof(bestsp[0])); in xfs_dir2_leaf_addname()
385 INT_MOD(ltp->bestcount, ARCH_CONVERT, +1); in xfs_dir2_leaf_addname()
387 xfs_dir2_leaf_log_bests(tp, lbp, 0, INT_GET(ltp->bestcount, ARCH_CONVERT) - 1); in xfs_dir2_leaf_addname()
1207 INT_ZERO(ltp->bestcount, ARCH_CONVERT); in xfs_dir2_leaf_init()
1558 if (db == INT_GET(ltp->bestcount, ARCH_CONVERT) - 1) { in xfs_dir2_leaf_removename()
1571 (INT_GET(ltp->bestcount, ARCH_CONVERT) - (db - i)) * sizeof(*bestsp)); in xfs_dir2_leaf_removename()
[all …]
Dxfs_dir2_leaf.h95 __uint32_t bestcount; member
151 ((xfs_dir2_data_off_t *)(ltp) - INT_GET((ltp)->bestcount, arch))
Dxfs_dir2_block.c940 if (INT_GET(bestsp[INT_GET(ltp->bestcount, ARCH_CONVERT) - 1], ARCH_CONVERT) == in xfs_dir2_leaf_to_block()
944 (xfs_dir2_db_t)(INT_GET(ltp->bestcount, ARCH_CONVERT) - 1)))) in xfs_dir2_leaf_to_block()
Dxfs_dir2_node.c176 ASSERT(INT_GET(ltp->bestcount, ARCH_CONVERT) <= (uint)dp->i_d.di_size / mp->m_dirblksize); in xfs_dir2_leaf_to_node()
177 INT_COPY(free->hdr.nvalid, ltp->bestcount, ARCH_CONVERT); in xfs_dir2_leaf_to_node()
183 i < INT_GET(ltp->bestcount, ARCH_CONVERT); i++, from++, to++) { in xfs_dir2_leaf_to_node()