/kernel/linux/build/test/kernel_ltp/ |
H A D | generate_config.sh | 26 change_file=$3/ltp/include/config.h 54 mkdir -p $(pwd)/tests/ltp_testcases/ltp 55 cp -r $(pwd)/../../third_party/ltp $(pwd)/tests/ltp_testcases 56 cd $(pwd)/tests/ltp_testcases/ltp
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 146 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local 152 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xfs_dir3_leaf_check_int() 164 (char *)&hdr->ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp)) in xfs_dir3_leaf_check_int() 181 be32_to_cpu(ltp->bestcount)) in xfs_dir3_leaf_check_int() 337 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local 339 ltp = xfs_dir2_leaf_tail_p(mp->m_dir_geo, leaf); in xfs_dir3_leaf_init() 340 ltp->bestcount = 0; in xfs_dir3_leaf_init() 397 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ in xfs_dir2_block_to_leaf() local 474 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_block_to_leaf() 475 ltp in xfs_dir2_block_to_leaf() 630 struct xfs_dir2_leaf_tail *ltp; /* leaf tail pointer */ xfs_dir2_leaf_addname() local 1072 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ xfs_dir3_leaf_log_bests() local 1141 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ xfs_dir3_leaf_log_tail() local 1361 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ xfs_dir2_leaf_removename() local 1606 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ xfs_dir2_leaf_trim_data() local 1689 xfs_dir2_leaf_tail_t *ltp; /* tail of leaf structure */ xfs_dir2_node_to_leaf() local [all...] |
H A D | xfs_da_format.h | 459 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument 461 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
|
H A D | xfs_dir2_block.c | 936 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()
|
H A D | xfs_dir2_node.c | 416 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()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 145 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local 149 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xfs_dir3_leaf_check_int() 162 (char *)&hdr->ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp)) in xfs_dir3_leaf_check_int() 328 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local 330 ltp = xfs_dir2_leaf_tail_p(mp->m_dir_geo, leaf); in xfs_dir3_leaf_init() 331 ltp->bestcount = 0; in xfs_dir3_leaf_init() 388 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ in xfs_dir2_block_to_leaf() local 465 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf); in xfs_dir2_block_to_leaf() 466 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf() 467 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf() 621 struct xfs_dir2_leaf_tail *ltp; /* leaf tail pointer */ xfs_dir2_leaf_addname() local 1063 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ xfs_dir3_leaf_log_bests() local 1132 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ xfs_dir3_leaf_log_tail() local 1352 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ xfs_dir2_leaf_removename() local 1597 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ xfs_dir2_leaf_trim_data() local 1680 xfs_dir2_leaf_tail_t *ltp; /* tail of leaf structure */ xfs_dir2_node_to_leaf() local [all...] |
H A D | xfs_da_format.h | 458 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()
|
H A D | xfs_dir2_block.c | 936 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()
|
H A D | xfs_dir2_node.c | 416 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rbtree_latch.h | 83 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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rbtree_latch.h | 83 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_acc.c | 214 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, <p); in atomisp_acc_load() 222 user_fw->fw_handle = ltp.fw_handle; in atomisp_acc_load()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | dir.c | 489 struct xfs_dir2_leaf_tail *ltp; in xchk_directory_leaf1_bestfree() local 511 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xchk_directory_leaf1_bestfree() 512 bestcount = be32_to_cpu(ltp->bestcount); in xchk_directory_leaf1_bestfree() 513 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | dir.c | 456 struct xfs_dir2_leaf_tail *ltp; in xchk_directory_leaf1_bestfree() local 478 ltp = xfs_dir2_leaf_tail_p(geo, leaf); in xchk_directory_leaf1_bestfree() 479 bestcount = be32_to_cpu(ltp->bestcount); in xchk_directory_leaf1_bestfree() 480 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree()
|