Searched refs:ltp (Results 1 – 6 of 6) sorted by relevance
89 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local108 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xfs_dir3_leaf_check_int()121 (char *)&ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp)) in xfs_dir3_leaf_check_int()324 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local326 ltp = xfs_dir2_leaf_tail_p(mp->m_dir_geo, leaf); in xfs_dir3_leaf_init()327 ltp->bestcount = 0; in xfs_dir3_leaf_init()384 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ in xfs_dir2_block_to_leaf() local462 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_block_to_leaf()463 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()464 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()[all …]
510 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument512 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
912 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local932 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_block()946 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()947 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()951 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1)))) in xfs_dir2_leaf_to_block()
297 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local325 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_node()326 ASSERT(be32_to_cpu(ltp->bestcount) <= in xfs_dir2_leaf_to_node()333 from = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_node()335 for (i = n = 0; i < be32_to_cpu(ltp->bestcount); i++, from++, to++) { in xfs_dir2_leaf_to_node()345 freehdr.nvalid = be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_to_node()
42 [2] http://ltp.sourceforge.net/coverage/lcov.php
6141 L: ltp-list@lists.sourceforge.net (subscribers-only)6143 T: git git://github.com/linux-test-project/ltp.git