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.c146 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local
150 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xfs_dir3_leaf_check_int()
332 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local
335 ltp->bestcount = 0; in xfs_dir3_leaf_init()
470 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()
471 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
659 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
812 be32_add_cpu(&ltp->bestcount, 1); in xfs_dir2_leaf_addname()
1388 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename()
1641 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_trim_data()
[all …]
A Dxfs_da_format.h458 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument
460 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
A Dxfs_dir2_block.c936 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local
954 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_block()
968 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
969 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()
973 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1)))) in xfs_dir2_leaf_to_block()
A Dxfs_dir2_node.c416 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local
442 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_leaf_to_node()
443 if (be32_to_cpu(ltp->bestcount) > in xfs_dir2_leaf_to_node()
453 from = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_node()
454 for (i = n = 0; i < be32_to_cpu(ltp->bestcount); i++, from++) { in xfs_dir2_leaf_to_node()
465 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/drivers/staging/media/atomisp/pci/
A Datomisp_acc.c214 struct atomisp_acc_fw_load_to_pipe ltp = {0}; in atomisp_acc_load() local
217 ltp.flags = ATOMISP_ACC_FW_LOAD_FL_ACC; in atomisp_acc_load()
218 ltp.type = ATOMISP_ACC_FW_LOAD_TYPE_STANDALONE; in atomisp_acc_load()
219 ltp.size = user_fw->size; in atomisp_acc_load()
220 ltp.data = user_fw->data; in atomisp_acc_load()
221 r = atomisp_acc_load_to_pipe(asd, &ltp); in atomisp_acc_load()
222 user_fw->fw_handle = ltp.fw_handle; in atomisp_acc_load()
/linux/fs/xfs/scrub/
A Ddir.c503 struct xfs_dir2_leaf_tail *ltp; in xchk_directory_leaf1_bestfree() local
525 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xchk_directory_leaf1_bestfree()
526 bestcount = be32_to_cpu(ltp->bestcount); in xchk_directory_leaf1_bestfree()
527 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/dev-tools/
A Dgcov.rst26 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
/linux/
A DMAINTAINERS11208 L: ltp@lists.linux.it (subscribers-only)
11211 T: git git://github.com/linux-test-project/ltp.git

Completed in 43 milliseconds