Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_dir2_leaf.c182 be32_to_cpu(ltp->bestcount)) in xfs_dir3_leaf_check_int()
392 ltp->bestcount = 0; in xfs_dir3_leaf_init()
526 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()
731 ASSERT(i < be32_to_cpu(ltp->bestcount)); in xfs_dir2_leaf_addname()
869 be32_add_cpu(&ltp->bestcount, 1); in xfs_dir2_leaf_addname()
872 be32_to_cpu(ltp->bestcount) - 1); in xfs_dir2_leaf_addname()
1510 if (db == be32_to_cpu(ltp->bestcount) - 1) { in xfs_dir2_leaf_removename()
1524 be32_add_cpu(&ltp->bestcount, -(db - i)); in xfs_dir2_leaf_removename()
1527 be32_to_cpu(ltp->bestcount) - 1); in xfs_dir2_leaf_removename()
1703 be32_add_cpu(&ltp->bestcount, -1); in xfs_dir2_leaf_trim_data()
[all …]
A Dxfs_da_format.h448 __be32 bestcount; member
472 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
A Dxfs_dir2_block.c976 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()
980 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1)))) in xfs_dir2_leaf_to_block()
A Dxfs_dir2_node.c449 if (be32_to_cpu(ltp->bestcount) > in xfs_dir2_leaf_to_node()
461 for (i = n = 0; i < be32_to_cpu(ltp->bestcount); i++, from++) { in xfs_dir2_leaf_to_node()
472 freehdr.nvalid = be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_to_node()
/linux/fs/xfs/scrub/
A Ddir.c627 __u32 bestcount; in xchk_directory_leaf1_bestfree() local
641 bestcount = be32_to_cpu(ltp->bestcount); in xchk_directory_leaf1_bestfree()
659 if (bestcount != last_data_db + 1) { in xchk_directory_leaf1_bestfree()
692 for (i = 0; i < bestcount; i++, bestp++) { in xchk_directory_leaf1_bestfree()

Completed in 17 milliseconds