Home
last modified time | relevance | path

Searched refs:rec (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.c263 const struct aq_mss_ingress_prectlf_record *rec, in set_ingress_prectlf_record() argument
273 packed_record[0] = rec->sa_da[0] & 0xFFFF; in set_ingress_prectlf_record()
274 packed_record[1] = (rec->sa_da[0] >> 16) & 0xFFFF; in set_ingress_prectlf_record()
275 packed_record[2] = rec->sa_da[1] & 0xFFFF; in set_ingress_prectlf_record()
276 packed_record[3] = rec->eth_type & 0xFFFF; in set_ingress_prectlf_record()
277 packed_record[4] = rec->match_mask & 0xFFFF; in set_ingress_prectlf_record()
278 packed_record[5] = rec->match_type & 0xF; in set_ingress_prectlf_record()
279 packed_record[5] |= (rec->action & 0x1) << 4; in set_ingress_prectlf_record()
287 const struct aq_mss_ingress_prectlf_record *rec, in aq_mss_set_ingress_prectlf_record() argument
290 return AQ_API_CALL_SAFE(set_ingress_prectlf_record, hw, rec, in aq_mss_set_ingress_prectlf_record()
[all …]
H A Dmacsec_api.h54 struct aq_mss_egress_ctlf_record *rec,
63 const struct aq_mss_egress_ctlf_record *rec,
72 struct aq_mss_egress_class_record *rec,
81 const struct aq_mss_egress_class_record *rec,
90 struct aq_mss_egress_sc_record *rec,
99 const struct aq_mss_egress_sc_record *rec,
108 struct aq_mss_egress_sa_record *rec,
117 const struct aq_mss_egress_sa_record *rec,
126 struct aq_mss_egress_sakey_record *rec,
135 const struct aq_mss_egress_sakey_record *rec,
[all …]
/linux/include/sound/
H A Dpcm-indirect.h28 struct snd_pcm_indirect *rec, size_t bytes);
35 struct snd_pcm_indirect *rec, in snd_pcm_indirect_playback_transfer() argument
40 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr; in snd_pcm_indirect_playback_transfer()
48 rec->sw_ready += (int)frames_to_bytes(runtime, diff); in snd_pcm_indirect_playback_transfer()
49 rec->appl_ptr = appl_ptr; in snd_pcm_indirect_playback_transfer()
51 qsize = rec->hw_queue_size ? rec->hw_queue_size : rec->hw_buffer_size; in snd_pcm_indirect_playback_transfer()
52 while (rec->hw_ready < qsize && rec->sw_ready > 0) { in snd_pcm_indirect_playback_transfer()
53 unsigned int hw_to_end = rec->hw_buffer_size - rec->hw_data; in snd_pcm_indirect_playback_transfer()
54 unsigned int sw_to_end = rec->sw_buffer_size - rec->sw_data; in snd_pcm_indirect_playback_transfer()
55 unsigned int bytes = qsize - rec->hw_ready; in snd_pcm_indirect_playback_transfer()
[all …]
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.c111 bool time_bench_calc_stats(struct time_bench_record *rec) in time_bench_calc_stats() argument
122 if (rec->flags & TIME_BENCH_LOOP) { in time_bench_calc_stats()
123 if (rec->invoked_cnt < 1000) { in time_bench_calc_stats()
125 rec->invoked_cnt); in time_bench_calc_stats()
128 if (rec->invoked_cnt > ((1ULL << 32) - 1)) { in time_bench_calc_stats()
131 rec->invoked_cnt); in time_bench_calc_stats()
134 invoked_cnt = (uint32_t)rec->invoked_cnt; in time_bench_calc_stats()
138 if (rec->flags & TIME_BENCH_TSC) { in time_bench_calc_stats()
139 rec->tsc_interval = rec->tsc_stop - rec->tsc_start; in time_bench_calc_stats()
140 if (rec->tsc_interval == 0) { in time_bench_calc_stats()
[all …]
H A Dbench_page_pool_simple.c47 static int time_bench_for_loop(struct time_bench_record *rec, void *data) in time_bench_for_loop() argument
52 time_bench_start(rec); in time_bench_for_loop()
54 for (i = 0; i < rec->loops; i++) { in time_bench_for_loop()
58 time_bench_stop(rec, loops_cnt); in time_bench_for_loop()
62 static int time_bench_atomic_inc(struct time_bench_record *rec, void *data) in time_bench_atomic_inc() argument
70 time_bench_start(rec); in time_bench_atomic_inc()
72 for (i = 0; i < rec->loops; i++) { in time_bench_atomic_inc()
77 time_bench_stop(rec, loops_cnt); in time_bench_atomic_inc()
85 static int time_bench_lock(struct time_bench_record *rec, void *data) in time_bench_lock() argument
93 time_bench_start(rec); in time_bench_lock()
[all …]
/linux/sound/isa/sb/
H A Demu8000_pcm.c171 static inline int emu8k_get_curpos(struct snd_emu8k_pcm *rec, int ch) in emu8k_get_curpos() argument
173 int val = EMU8000_CCCA_READ(rec->emu, ch) & 0xfffffff; in emu8k_get_curpos()
174 val -= rec->loop_start[ch] - 1; in emu8k_get_curpos()
185 struct snd_emu8k_pcm *rec = timer_container_of(rec, t, timer); in emu8k_pcm_timer_func() local
189 scoped_guard(spinlock, &rec->timer_lock) { in emu8k_pcm_timer_func()
191 ptr = emu8k_get_curpos(rec, 0); in emu8k_pcm_timer_func()
192 if (ptr < rec->last_ptr) in emu8k_pcm_timer_func()
193 delta = ptr + rec->buf_size - rec->last_ptr; in emu8k_pcm_timer_func()
195 delta = ptr - rec->last_ptr; in emu8k_pcm_timer_func()
196 rec->period_pos += delta; in emu8k_pcm_timer_func()
[all …]
/linux/drivers/s390/scsi/
H A Dzfcp_dbf.c75 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_fsf_res() local
79 memset(rec, 0, sizeof(*rec)); in zfcp_dbf_hba_fsf_res()
81 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN); in zfcp_dbf_hba_fsf_res()
82 rec->id = ZFCP_DBF_HBA_RES; in zfcp_dbf_hba_fsf_res()
83 rec->fsf_req_id = req->req_id; in zfcp_dbf_hba_fsf_res()
84 rec->fsf_req_status = req->status; in zfcp_dbf_hba_fsf_res()
85 rec->fsf_cmd = q_head->fsf_command; in zfcp_dbf_hba_fsf_res()
86 rec->fsf_seq_no = q_pref->req_seq_no; in zfcp_dbf_hba_fsf_res()
87 rec->u.res.req_issued = req->issued; in zfcp_dbf_hba_fsf_res()
88 rec->u.res.prot_status = q_pref->prot_status; in zfcp_dbf_hba_fsf_res()
[all …]
/linux/tools/perf/
H A Dbuiltin-record.c115 struct record *rec; member
218 static int record__threads_enabled(struct record *rec) in record__threads_enabled() argument
220 return rec->opts.threads_spec; in record__threads_enabled()
223 static bool switch_output_signal(struct record *rec) in switch_output_signal() argument
225 return rec->switch_output.signal && in switch_output_signal()
229 static bool switch_output_size(struct record *rec) in switch_output_size() argument
231 return rec->switch_output.size && in switch_output_size()
233 (rec->bytes_written >= rec->switch_output.size); in switch_output_size()
236 static bool switch_output_time(struct record *rec) in switch_output_time() argument
238 return rec->switch_output.time && in switch_output_time()
[all …]
/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c87 struct seq_oss_synth *rec; in snd_seq_oss_synth_probe() local
90 rec = kzalloc(sizeof(*rec), GFP_KERNEL); in snd_seq_oss_synth_probe()
91 if (!rec) in snd_seq_oss_synth_probe()
93 rec->seq_device = -1; in snd_seq_oss_synth_probe()
94 rec->synth_type = reg->type; in snd_seq_oss_synth_probe()
95 rec->synth_subtype = reg->subtype; in snd_seq_oss_synth_probe()
96 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_probe()
97 rec->oper = reg->oper; in snd_seq_oss_synth_probe()
98 rec->private_data = reg->private_data; in snd_seq_oss_synth_probe()
99 rec->opened = 0; in snd_seq_oss_synth_probe()
[all …]
H A Dseq_oss_timer.c35 struct seq_oss_timer *rec; in snd_seq_oss_timer_new() local
37 rec = kzalloc(sizeof(*rec), GFP_KERNEL); in snd_seq_oss_timer_new()
38 if (rec == NULL) in snd_seq_oss_timer_new()
41 rec->dp = dp; in snd_seq_oss_timer_new()
42 rec->cur_tick = 0; in snd_seq_oss_timer_new()
43 rec->realtime = 0; in snd_seq_oss_timer_new()
44 rec->running = 0; in snd_seq_oss_timer_new()
45 rec->oss_tempo = 60; in snd_seq_oss_timer_new()
46 rec->oss_timebase = 100; in snd_seq_oss_timer_new()
47 calc_alsa_tempo(rec); in snd_seq_oss_timer_new()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_i2c.c43 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_pre_xfer() local
49 if (rec->hw_capable) { in amdgpu_i2c_pre_xfer()
50 temp = RREG32(rec->mask_clk_reg); in amdgpu_i2c_pre_xfer()
52 WREG32(rec->mask_clk_reg, temp); in amdgpu_i2c_pre_xfer()
56 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask; in amdgpu_i2c_pre_xfer()
57 WREG32(rec->a_clk_reg, temp); in amdgpu_i2c_pre_xfer()
59 temp = RREG32(rec->a_data_reg) & ~rec->a_data_mask; in amdgpu_i2c_pre_xfer()
60 WREG32(rec->a_data_reg, temp); in amdgpu_i2c_pre_xfer()
63 temp = RREG32(rec->en_clk_reg) & ~rec->en_clk_mask; in amdgpu_i2c_pre_xfer()
64 WREG32(rec->en_clk_reg, temp); in amdgpu_i2c_pre_xfer()
[all …]
/linux/drivers/usb/misc/
H A Demi26.c76 const struct ihex_binrec *rec; in emi26_load_firmware() local
109 rec = (const struct ihex_binrec *)loader_fw->data; in emi26_load_firmware()
111 while (rec) { in emi26_load_firmware()
112 err = emi26_writememory(dev, be32_to_cpu(rec->addr), in emi26_load_firmware()
113 rec->data, be16_to_cpu(rec->len), in emi26_load_firmware()
117 rec = ihex_next_binrec(rec); in emi26_load_firmware()
129 rec = (const struct ihex_binrec *)bitstream_fw->data; in emi26_load_firmware()
132 addr = be32_to_cpu(rec->addr); in emi26_load_firmware()
135 while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) { in emi26_load_firmware()
136 memcpy(buf + i, rec->data, be16_to_cpu(rec->len)); in emi26_load_firmware()
[all …]
H A Demi62.c84 const struct ihex_binrec *rec; in emi62_load_firmware() local
115 rec = (const struct ihex_binrec *)loader_fw->data; in emi62_load_firmware()
118 while (rec) { in emi62_load_firmware()
119 err = emi62_writememory(dev, be32_to_cpu(rec->addr), in emi62_load_firmware()
120 rec->data, be16_to_cpu(rec->len), in emi62_load_firmware()
124 rec = ihex_next_binrec(rec); in emi62_load_firmware()
136 rec = (const struct ihex_binrec *)bitstream_fw->data; in emi62_load_firmware()
139 addr = be32_to_cpu(rec->addr); in emi62_load_firmware()
142 while (rec && (i + be16_to_cpu(rec->len) < FW_LOAD_SIZE)) { in emi62_load_firmware()
143 memcpy(buf + i, rec->data, be16_to_cpu(rec->len)); in emi62_load_firmware()
[all …]
/linux/samples/bpf/
H A Dxdp_sample.bpf.c70 struct datarec *rec; in xdp_redirect_collect_stat() local
79 rec = bpf_map_lookup_elem(&redir_err_cnt, &idx); in xdp_redirect_collect_stat()
80 if (!rec) in xdp_redirect_collect_stat()
83 NO_TEAR_INC(rec->dropped); in xdp_redirect_collect_stat()
85 NO_TEAR_INC(rec->processed); in xdp_redirect_collect_stat()
132 struct datarec *rec; in BPF_PROG() local
139 rec = bpf_map_lookup_elem(&cpumap_enqueue_cnt, &idx); in BPF_PROG()
140 if (!rec) in BPF_PROG()
142 NO_TEAR_ADD(rec->processed, processed); in BPF_PROG()
143 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
[all …]
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c132 static unsigned long ftrace_get_ool_stub(struct dyn_ftrace *rec) in ftrace_get_ool_stub() argument
135 return rec->arch.ool_stub; in ftrace_get_ool_stub()
141 static int ftrace_get_call_inst(struct dyn_ftrace *rec, unsigned long addr, ppc_inst_t *call_inst) in ftrace_get_call_inst() argument
147 ip = ftrace_get_ool_stub(rec) + MCOUNT_INSN_SIZE; /* second instruction in stub */ in ftrace_get_call_inst()
149 ip = rec->ip; in ftrace_get_call_inst()
156 ip, rec->ip, addr); in ftrace_get_call_inst()
172 pr_err("0x%lx (0x%lx): No ftrace stubs reachable\n", ip, rec->ip); in ftrace_get_call_inst()
180 static int ftrace_init_ool_stub(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_ool_stub() argument
199 WARN_ON(rec->arch.ool_stub); in ftrace_init_ool_stub()
201 if (is_kernel_inittext(rec->ip)) { in ftrace_init_ool_stub()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c89 struct radeon_i2c_bus_rec *rec = &i2c->rec; in pre_xfer() local
98 if (rec->hw_capable) { in pre_xfer()
111 if (rec->a_clk_reg == reg) { in pre_xfer()
123 if (ASIC_IS_DCE3(rdev) && rec->hw_capable) { in pre_xfer()
124 temp = RREG32(rec->mask_clk_reg); in pre_xfer()
126 WREG32(rec->mask_clk_reg, temp); in pre_xfer()
130 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask; in pre_xfer()
131 WREG32(rec->a_clk_reg, temp); in pre_xfer()
133 temp = RREG32(rec->a_data_reg) & ~rec->a_data_mask; in pre_xfer()
134 WREG32(rec->a_data_reg, temp); in pre_xfer()
[all …]
/linux/include/rdma/
H A Dib_sa.h207 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) in sa_conv_pathrec_to_gid_type() argument
209 switch (rec->rec_type) { in sa_conv_pathrec_to_gid_type()
427 u32 port_num, struct sa_path_rec *rec,
436 struct sa_service_rec *rec,
446 struct ib_sa_mcmember_rec rec; member
484 struct ib_sa_mcmember_rec *rec,
513 union ib_gid *mgid, struct ib_sa_mcmember_rec *rec);
520 struct ib_sa_mcmember_rec *rec,
526 struct sa_path_rec *rec,
534 void ib_sa_pack_path(struct sa_path_rec *rec, void *attribute);
[all …]
/linux/drivers/ras/amd/
H A Dfmpm.c170 #define for_each_fru(i, rec) \ argument
171 for (i = 0; rec = fru_records[i], i < max_nr_fru; i++)
173 static inline u32 get_fmp_len(struct fru_rec *rec) in get_fmp_len() argument
175 return rec->sec_desc.section_length - sizeof(struct cper_section_descriptor); in get_fmp_len()
180 struct fru_rec *rec; in get_fru_record() local
183 for_each_fru(i, rec) { in get_fru_record()
184 if (rec->fmp.fru_id == fru_id) in get_fru_record()
185 return rec; in get_fru_record()
215 static int update_record_on_storage(struct fru_rec *rec) in update_record_on_storage() argument
221 len = get_fmp_len(rec); in update_record_on_storage()
[all …]
/linux/sound/ppc/
H A Dpmac.c50 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc() argument
54 rec->space = dma_alloc_coherent(&chip->pdev->dev, rsize, in snd_pmac_dbdma_alloc()
55 &rec->dma_base, GFP_KERNEL); in snd_pmac_dbdma_alloc()
56 if (rec->space == NULL) in snd_pmac_dbdma_alloc()
58 rec->size = size; in snd_pmac_dbdma_alloc()
59 memset(rec->space, 0, rsize); in snd_pmac_dbdma_alloc()
60 rec->cmds = (void __iomem *)DBDMA_ALIGN(rec->space); in snd_pmac_dbdma_alloc()
61 rec->addr = rec->dma_base + (unsigned long)((char *)rec->cmds - (char *)rec->space); in snd_pmac_dbdma_alloc()
66 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free() argument
68 if (rec->space) { in snd_pmac_dbdma_free()
[all …]
/linux/arch/riscv/kernel/
H A Dftrace.c81 static const struct ftrace_ops *riscv64_rec_get_ops(struct dyn_ftrace *rec) in riscv64_rec_get_ops() argument
85 if (rec->flags & FTRACE_FL_CALL_OPS_EN) { in riscv64_rec_get_ops()
86 ops = ftrace_find_unique_ops(rec); in riscv64_rec_get_ops()
96 static int ftrace_rec_set_ops(const struct dyn_ftrace *rec, const struct ftrace_ops *ops) in ftrace_rec_set_ops() argument
98 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8); in ftrace_rec_set_ops()
103 static int ftrace_rec_set_nop_ops(struct dyn_ftrace *rec) in ftrace_rec_set_nop_ops() argument
105 return ftrace_rec_set_ops(rec, &ftrace_nop_ops); in ftrace_rec_set_nop_ops()
108 static int ftrace_rec_update_ops(struct dyn_ftrace *rec) in ftrace_rec_update_ops() argument
110 return ftrace_rec_set_ops(rec, riscv64_rec_get_ops(rec)); in ftrace_rec_update_ops()
113 static int ftrace_rec_set_nop_ops(struct dyn_ftrace *rec) { return 0; } in ftrace_rec_set_nop_ops() argument
[all …]
/linux/include/linux/
H A Dpstore.h240 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu() argument
242 rec->ip |= cpu; in pstore_ftrace_encode_cpu()
246 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) in pstore_ftrace_decode_cpu() argument
248 return rec->ip & PSTORE_CPU_IN_IP; in pstore_ftrace_decode_cpu()
252 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) in pstore_ftrace_read_timestamp() argument
254 return rec->ts; in pstore_ftrace_read_timestamp()
258 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) in pstore_ftrace_write_timestamp() argument
260 rec->ts = val; in pstore_ftrace_write_timestamp()
264 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu() argument
266 rec->ts &= ~(TS_CPU_MASK); in pstore_ftrace_encode_cpu()
[all …]
H A Dihex.h31 __ihex_next_binrec(const struct ihex_binrec *rec) in __ihex_next_binrec() argument
33 const void *p = rec; in __ihex_next_binrec()
35 return p + ALIGN(ihex_binrec_size(rec), 4); in __ihex_next_binrec()
39 ihex_next_binrec(const struct ihex_binrec *rec) in ihex_next_binrec() argument
41 rec = __ihex_next_binrec(rec); in ihex_next_binrec()
43 return be16_to_cpu(rec->len) ? rec : NULL; in ihex_next_binrec()
49 const struct ihex_binrec *end, *rec; in ihex_validate_fw() local
51 rec = (const void *)fw->data; in ihex_validate_fw()
54 for (; rec <= end; rec = __ihex_next_binrec(rec)) { in ihex_validate_fw()
56 if (rec == end && !be16_to_cpu(rec->len)) in ihex_validate_fw()
/linux/arch/arm64/kernel/
H A Dftrace.c295 static bool ftrace_find_callable_addr(struct dyn_ftrace *rec, in ftrace_find_callable_addr() argument
299 unsigned long pc = rec->ip; in ftrace_find_callable_addr()
353 static const struct ftrace_ops *arm64_rec_get_ops(struct dyn_ftrace *rec) in arm64_rec_get_ops() argument
357 if (rec->flags & FTRACE_FL_CALL_OPS_EN) { in arm64_rec_get_ops()
358 ops = ftrace_find_unique_ops(rec); in arm64_rec_get_ops()
368 static int ftrace_rec_set_ops(const struct dyn_ftrace *rec, in ftrace_rec_set_ops() argument
371 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8); in ftrace_rec_set_ops()
376 static int ftrace_rec_set_nop_ops(struct dyn_ftrace *rec) in ftrace_rec_set_nop_ops() argument
378 return ftrace_rec_set_ops(rec, &ftrace_nop_ops); in ftrace_rec_set_nop_ops()
381 static int ftrace_rec_update_ops(struct dyn_ftrace *rec) in ftrace_rec_update_ops() argument
[all …]
/linux/tools/perf/jvmti/
H A Djvmti_agent.c333 struct jr_code_close rec; in jvmti_close() local
341 rec.p.id = JIT_CODE_CLOSE; in jvmti_close()
342 rec.p.total_size = sizeof(rec); in jvmti_close()
344 rec.p.timestamp = perf_get_timestamp(); in jvmti_close()
346 if (!fwrite(&rec, sizeof(rec), 1, fp)) in jvmti_close()
363 struct jr_code_load rec; in jvmti_write_code() local
379 rec.p.id = JIT_CODE_LOAD; in jvmti_write_code()
380 rec.p.total_size = sizeof(rec) + sym_len; in jvmti_write_code()
381 rec.p.timestamp = perf_get_timestamp(); in jvmti_write_code()
383 rec.code_size = size; in jvmti_write_code()
[all …]
/linux/fs/xfs/scrub/
H A Dbmap_repair.c193 const struct xfs_rmap_irec *rec) in xrep_bmap_check_fork_rmap() argument
204 !(rec->rm_flags & (XFS_RMAP_ATTR_FORK | XFS_RMAP_BMBT_BLOCK))) in xrep_bmap_check_fork_rmap()
208 if (!xfs_verify_agbext(to_perag(cur->bc_group), rec->rm_startblock, in xrep_bmap_check_fork_rmap()
209 rec->rm_blockcount)) in xrep_bmap_check_fork_rmap()
213 if (!(rec->rm_flags & XFS_RMAP_BMBT_BLOCK) && in xrep_bmap_check_fork_rmap()
214 !xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount)) in xrep_bmap_check_fork_rmap()
218 if ((rec->rm_flags & (XFS_RMAP_ATTR_FORK | XFS_RMAP_BMBT_BLOCK)) && in xrep_bmap_check_fork_rmap()
219 (rec->rm_flags & XFS_RMAP_UNWRITTEN)) in xrep_bmap_check_fork_rmap()
223 error = xfs_alloc_has_records(sc->sa.bno_cur, rec->rm_startblock, in xrep_bmap_check_fork_rmap()
224 rec->rm_blockcount, &outcome); in xrep_bmap_check_fork_rmap()
[all …]

12345678910>>...12