Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_leaf.c88 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local
107 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xfs_dir3_leaf_check_int()
120 (char *)&ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp)) in xfs_dir3_leaf_check_int()
345 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local
347 ltp = xfs_dir2_leaf_tail_p(mp->m_dir_geo, leaf); in xfs_dir3_leaf_init()
348 ltp->bestcount = 0; in xfs_dir3_leaf_init()
405 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ in xfs_dir2_block_to_leaf() local
483 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_block_to_leaf()
484 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()
485 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
[all …]
Dxfs_da_format.h479 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument
481 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
Dxfs_dir2_block.c911 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local
931 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_block()
945 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
946 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()
950 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1)))) in xfs_dir2_leaf_to_block()
Dxfs_dir2_node.c350 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local
378 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_node()
379 if (be32_to_cpu(ltp->bestcount) > in xfs_dir2_leaf_to_node()
387 from = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_node()
389 for (i = n = 0; i < be32_to_cpu(ltp->bestcount); i++, from++, to++) { in xfs_dir2_leaf_to_node()
399 freehdr.nvalid = be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_to_node()
/Linux-v4.19/include/linux/
Drbtree_latch.h83 struct latch_tree_node *ltp; in __lt_insert() local
87 ltp = __lt_from_rb(parent, idx); in __lt_insert()
89 if (less(ltn, ltp)) in __lt_insert()
/Linux-v4.19/fs/xfs/scrub/
Ddir.c483 struct xfs_dir2_leaf_tail *ltp; in xchk_directory_leaf1_bestfree() local
507 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xchk_directory_leaf1_bestfree()
508 bestcount = be32_to_cpu(ltp->bestcount); in xchk_directory_leaf1_bestfree()
509 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree()
/Linux-v4.19/Documentation/dev-tools/
Dgcov.rst26 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
/Linux-v4.19/
DMAINTAINERS8669 L: ltp@lists.linux.it (subscribers-only)
8671 T: git git://github.com/linux-test-project/ltp.git