Searched refs:ltp (Results 1 – 7 of 7) sorted by relevance
90 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local109 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xfs_dir3_leaf_check_int()122 (char *)&ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp)) in xfs_dir3_leaf_check_int()329 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local331 ltp = xfs_dir2_leaf_tail_p(mp->m_dir_geo, leaf); in xfs_dir3_leaf_init()332 ltp->bestcount = 0; in xfs_dir3_leaf_init()389 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ in xfs_dir2_block_to_leaf() local467 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_block_to_leaf()468 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()469 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()
916 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local936 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_block()950 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()951 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()955 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1)))) in xfs_dir2_leaf_to_block()
301 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local329 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_node()330 ASSERT(be32_to_cpu(ltp->bestcount) <= in xfs_dir2_leaf_to_node()337 from = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_node()339 for (i = n = 0; i < be32_to_cpu(ltp->bestcount); i++, from++, to++) { in xfs_dir2_leaf_to_node()349 freehdr.nvalid = be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_to_node()
81 struct latch_tree_node *ltp; in __lt_insert() local85 ltp = __lt_from_rb(parent, idx); in __lt_insert()87 if (less(ltn, ltp)) in __lt_insert()
42 [2] http://ltp.sourceforge.net/coverage/lcov.php
6595 L: ltp@lists.linux.it (subscribers-only)6597 T: git git://github.com/linux-test-project/ltp.git