Home
last modified time | relevance | path

Searched refs:recp (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dxfarray.c699 void *recp; in xfarray_qsort_pivot() local
726 recp = xfarray_pivot_array_rec(parray, pivot_rec_sz, i); in xfarray_qsort_pivot()
731 error = xfarray_sort_load(si, *idxp, recp); in xfarray_qsort_pivot()
743 error = xfarray_load_next(si->array, &idx, recp); in xfarray_qsort_pivot()
757 recp = xfarray_pivot_array_rec(parray, pivot_rec_sz, in xfarray_qsort_pivot()
759 memcpy(pivot, recp, si->array->obj_size); in xfarray_qsort_pivot()
786 recp = xfarray_pivot_array_rec(parray, pivot_rec_sz, j); in xfarray_qsort_pivot()
789 return xfarray_sort_store(si, *idxp, recp); in xfarray_qsort_pivot()
H A Dbtree.c695 union xfs_btree_rec *recp; in xchk_btree() local
758 recp = xfs_btree_rec_addr(cur, cur->bc_levels[0].ptr, in xchk_btree()
760 error = bs->scrub_rec(bs, recp); in xchk_btree()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2143 * @recp: the recipe struct to copy data into
2147 struct ice_sw_recipe *recp) in ice_collect_result_idx()
2151 recp->res_idxs); in ice_collect_result_idx()
2851 struct ice_sw_recipe *recp; in ice_create_pkt_fwd_rule() local
2892 recp = &hw->switch_info->recp_list[l_type]; in ice_create_pkt_fwd_rule()
2893 list_add(&fm_entry->list_entry, &recp->filt_rules); in ice_create_pkt_fwd_rule()
4623 struct ice_sw_recipe *recp; in ice_find_recp() local
4627 recp = hw->switch_info->recp_list; in ice_find_recp()
4634 if (!recp[i].recp_created) in ice_find_recp()
4641 if (recp[ in ice_find_recp()
2146 ice_collect_result_idx(struct ice_aqc_recipe_data_elem *buf, struct ice_sw_recipe *recp) ice_collect_result_idx() argument
5185 struct ice_sw_recipe *recp; ice_add_sw_recipe() local
[all...]
H A Dice_main.c531 struct ice_sw_recipe *recp; in ice_clear_sw_switch_recipes() local
534 recp = pf->hw.switch_info->recp_list; in ice_clear_sw_switch_recipes()
536 recp[i].recp_created = false; in ice_clear_sw_switch_recipes()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dbtree.c613 union xfs_btree_rec *recp; in xchk_btree() local
665 recp = xfs_btree_rec_addr(cur, cur->bc_ptrs[0], block); in xchk_btree()
666 error = bs.scrub_rec(&bs, recp); in xchk_btree()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_recover.c1494 xlog_rec_header_t *recp = (xlog_rec_header_t *)buf; in xlog_add_record() local
1497 recp->h_magicno = cpu_to_be32(XLOG_HEADER_MAGIC_NUM); in xlog_add_record()
1498 recp->h_cycle = cpu_to_be32(cycle); in xlog_add_record()
1499 recp->h_version = cpu_to_be32( in xlog_add_record()
1501 recp->h_lsn = cpu_to_be64(xlog_assign_lsn(cycle, block)); in xlog_add_record()
1502 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record()
1503 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record()
1504 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_btree.c4210 union xfs_btree_rec **recp, /* output: btree record */ in xfs_btree_get_rec()
4240 *recp = xfs_btree_rec_addr(cur, ptr, block); in xfs_btree_get_rec()
4549 union xfs_btree_rec *recp; in xfs_btree_simple_query_range() local
4577 error = xfs_btree_get_rec(cur, &recp, &stat); in xfs_btree_simple_query_range()
4583 cur->bc_ops->init_high_key_from_rec(&rec_key, recp); in xfs_btree_simple_query_range()
4592 cur->bc_ops->init_key_from_rec(&rec_key, recp); in xfs_btree_simple_query_range()
4598 error = fn(cur, recp, priv); in xfs_btree_simple_query_range()
4646 union xfs_btree_rec *recp; in xfs_btree_overlapped_query_range() local
4684 recp = xfs_btree_rec_addr(cur, cur->bc_ptrs[0], block); in xfs_btree_overlapped_query_range()
4686 cur->bc_ops->init_high_key_from_rec(&rec_hkey, recp); in xfs_btree_overlapped_query_range()
4208 xfs_btree_get_rec( struct xfs_btree_cur *cur, union xfs_btree_rec **recp, int *stat) xfs_btree_get_rec() argument
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_recover.c1500 xlog_rec_header_t *recp = (xlog_rec_header_t *)buf; in xlog_add_record() local
1503 recp->h_magicno = cpu_to_be32(XLOG_HEADER_MAGIC_NUM); in xlog_add_record()
1504 recp->h_cycle = cpu_to_be32(cycle); in xlog_add_record()
1505 recp->h_version = cpu_to_be32( in xlog_add_record()
1507 recp->h_lsn = cpu_to_be64(xlog_assign_lsn(cycle, block)); in xlog_add_record()
1508 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record()
1509 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record()
1510 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_fcp.c1517 struct fc_els_rec_acc *recp; in fc_fcp_rec_resp() local
1581 recp = fc_frame_payload_get(fp, sizeof(*recp)); in fc_fcp_rec_resp()
1582 offset = ntohl(recp->reca_fc4value); in fc_fcp_rec_resp()
1583 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_fcp.c1507 struct fc_els_rec_acc *recp; in fc_fcp_rec_resp() local
1571 recp = fc_frame_payload_get(fp, sizeof(*recp)); in fc_fcp_rec_resp()
1572 offset = ntohl(recp->reca_fc4value); in fc_fcp_rec_resp()
1573 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_btree.c4302 union xfs_btree_rec **recp, /* output: btree record */ in xfs_btree_get_rec()
4332 *recp = xfs_btree_rec_addr(cur, ptr, block); in xfs_btree_get_rec()
4716 union xfs_btree_rec *recp; in xfs_btree_simple_query_range() local
4743 error = xfs_btree_get_rec(cur, &recp, &stat); in xfs_btree_simple_query_range()
4749 cur->bc_ops->init_high_key_from_rec(&rec_key, recp); in xfs_btree_simple_query_range()
4756 cur->bc_ops->init_key_from_rec(&rec_key, recp); in xfs_btree_simple_query_range()
4761 error = fn(cur, recp, priv); in xfs_btree_simple_query_range()
4809 union xfs_btree_rec *recp; in xfs_btree_overlapped_query_range() local
4846 recp = xfs_btree_rec_addr(cur, cur->bc_levels[0].ptr, in xfs_btree_overlapped_query_range()
4849 cur->bc_ops->init_high_key_from_rec(&rec_hkey, recp); in xfs_btree_overlapped_query_range()
4300 xfs_btree_get_rec( struct xfs_btree_cur *cur, union xfs_btree_rec **recp, int *stat) xfs_btree_get_rec() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_switch.c1044 struct ice_sw_recipe *recp; in ice_create_pkt_fwd_rule() local
1085 recp = &hw->switch_info->recp_list[l_type]; in ice_create_pkt_fwd_rule()
1086 list_add(&fm_entry->list_entry, &recp->filt_rules); in ice_create_pkt_fwd_rule()
/kernel/linux/linux-5.10/kernel/trace/
H A Dftrace.c5201 struct dyn_ftrace **recp) in find_direct_entry()
5221 if (recp) in find_direct_entry()
5222 *recp = rec; in find_direct_entry()
5200 find_direct_entry(unsigned long *ip, struct dyn_ftrace **recp) find_direct_entry() argument

Completed in 60 milliseconds