Home
last modified time | relevance | path

Searched refs:ltp (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_leaf.c90 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local
109 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() local
331 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() local
467 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 …]
Dxfs_da_format.h510 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument
512 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
Dxfs_dir2_block.c916 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local
936 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()
Dxfs_dir2_node.c301 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local
329 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()
/linux-4.4.14/include/linux/
Drbtree_latch.h81 struct latch_tree_node *ltp; in __lt_insert() local
85 ltp = __lt_from_rb(parent, idx); in __lt_insert()
87 if (less(ltn, ltp)) in __lt_insert()
/linux-4.4.14/Documentation/
Dgcov.txt42 [2] http://ltp.sourceforge.net/coverage/lcov.php
/linux-4.4.14/
DMAINTAINERS6595 L: ltp@lists.linux.it (subscribers-only)
6597 T: git git://github.com/linux-test-project/ltp.git