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

/linux-master/fs/xfs/scrub/
H A Dxfarray.c656 void *recp; local
683 recp = xfarray_pivot_array_rec(parray, pivot_rec_sz, i);
688 error = xfarray_sort_load(si, *idxp, recp);
700 error = xfarray_load_next(si->array, &idx, recp);
714 recp = xfarray_pivot_array_rec(parray, pivot_rec_sz,
716 memcpy(pivot, recp, si->array->obj_size);
743 recp = xfarray_pivot_array_rec(parray, pivot_rec_sz, j);
746 return xfarray_sort_store(si, *idxp, recp);
H A Dbtree.c687 union xfs_btree_rec *recp; local
750 recp = xfs_btree_rec_addr(cur, cur->bc_levels[0].ptr,
752 error = bs->scrub_rec(bs, recp);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2205 * @recp: the recipe struct resource to unassociate and free
2210 struct ice_sw_recipe *recp)
2218 for_each_set_bit(rid, recp->r_bitmap, ICE_MAX_NUM_RECIPES) {
2229 bitmap_andnot(r_bitmap, r_bitmap, recp->r_bitmap,
2248 clear_bit(rid, recp->r_bitmap);
2286 * @recp: the recipe struct to copy data into
2290 struct ice_sw_recipe *recp)
2294 recp->res_idxs);
3000 struct ice_sw_recipe *recp; local
3041 recp
2209 ice_release_recipe_res(struct ice_hw *hw, struct ice_sw_recipe *recp) argument
2289 ice_collect_result_idx(struct ice_aqc_recipe_data_elem *buf, struct ice_sw_recipe *recp) argument
4751 struct ice_sw_recipe *recp; local
5314 struct ice_sw_recipe *recp; local
[all...]
H A Dice_main.c534 struct ice_sw_recipe *recp; local
537 recp = pf->hw.switch_info->recp_list;
539 recp[i].recp_created = false;
/linux-master/fs/xfs/
H A Dxfs_log_recover.c1494 xlog_rec_header_t *recp = (xlog_rec_header_t *)buf; local
1497 recp->h_magicno = cpu_to_be32(XLOG_HEADER_MAGIC_NUM);
1498 recp->h_cycle = cpu_to_be32(cycle);
1499 recp->h_version = cpu_to_be32(
1501 recp->h_lsn = cpu_to_be64(xlog_assign_lsn(cycle, block));
1502 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block));
1503 recp->h_fmt = cpu_to_be32(XLOG_FMT);
1504 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t));
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c4482 union xfs_btree_rec **recp, /* output: btree record */
4512 *recp = xfs_btree_rec_addr(cur, ptr, block);
4927 union xfs_btree_rec *recp; local
4954 error = xfs_btree_get_rec(cur, &recp, &stat);
4960 cur->bc_ops->init_high_key_from_rec(&rec_key, recp);
4967 cur->bc_ops->init_key_from_rec(&rec_key, recp);
4972 error = fn(cur, recp, priv);
5020 union xfs_btree_rec *recp; local
5057 recp = xfs_btree_rec_addr(cur, cur->bc_levels[0].ptr,
5060 cur->bc_ops->init_high_key_from_rec(&rec_hkey, recp);
4480 xfs_btree_get_rec( struct xfs_btree_cur *cur, union xfs_btree_rec **recp, int *stat) argument
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_fcp.c1507 struct fc_els_rec_acc *recp; local
1571 recp = fc_frame_payload_get(fp, sizeof(*recp));
1572 offset = ntohl(recp->reca_fc4value);
1573 e_stat = ntohl(recp->reca_e_stat);

Completed in 397 milliseconds