Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_dir2_leaf.c147 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local
153 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xfs_dir3_leaf_check_int()
182 be32_to_cpu(ltp->bestcount)) in xfs_dir3_leaf_check_int()
389 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local
392 ltp->bestcount = 0; in xfs_dir3_leaf_init()
526 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()
527 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
716 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
869 be32_add_cpu(&ltp->bestcount, 1); in xfs_dir2_leaf_addname()
1446 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename()
[all …]
A Dxfs_da_format.h470 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument
472 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
A Dxfs_dir2_block.c943 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local
961 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_block()
975 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
976 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.c422 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local
448 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_node()
449 if (be32_to_cpu(ltp->bestcount) > in xfs_dir2_leaf_to_node()
460 from = xfs_dir2_leaf_bests_p(ltp); 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/include/linux/
A 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/fs/xfs/scrub/
A Ddir.c618 struct xfs_dir2_leaf_tail *ltp; in xchk_directory_leaf1_bestfree() local
640 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xchk_directory_leaf1_bestfree()
641 bestcount = be32_to_cpu(ltp->bestcount); in xchk_directory_leaf1_bestfree()
642 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree()
/linux/Documentation/translations/zh_CN/dev-tools/
A Dgcov.rst29 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
/linux/Documentation/translations/zh_TW/dev-tools/
A Dgcov.rst29 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
/linux/Documentation/dev-tools/
A Dgcov.rst26 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
/linux/
A DMAINTAINERS13507 L: ltp@lists.linux.it (subscribers-only)
13510 T: git https://github.com/linux-test-project/ltp.git

Completed in 41 milliseconds