Searched refs:scribble (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/crypto/async_tx/ |
D | async_raid6_recov.c | 170 void *scribble = submit->scribble; in __2data_recov_4() local 184 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble); in __2data_recov_4() 191 cb_param, scribble); in __2data_recov_4() 209 void *scribble = submit->scribble; in __2data_recov_5() local 235 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble); in __2data_recov_5() 237 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble); in __2data_recov_5() 244 NULL, NULL, scribble); in __2data_recov_5() 251 NULL, NULL, scribble); in __2data_recov_5() 259 init_async_submit(submit, ASYNC_TX_FENCE, tx, NULL, NULL, scribble); in __2data_recov_5() 266 cb_param, scribble); in __2data_recov_5() [all …]
|
D | async_pq.c | 130 if (submit->scribble) in do_sync_gen_syndrome() 131 srcs = submit->scribble; in do_sync_gen_syndrome() 377 void *scribble = submit->scribble; in async_syndrome_val() local 387 BUG_ON(!spare || !scribble); in async_syndrome_val() 399 NULL, NULL, scribble); in async_syndrome_val() 410 init_async_submit(submit, 0, NULL, NULL, NULL, scribble); in async_syndrome_val()
|
D | async_xor.c | 122 if (submit->scribble) in do_sync_xor() 123 srcs = submit->scribble; in do_sync_xor()
|
/Linux-v4.19/include/linux/ |
D | async_tx.h | 87 void *scribble; member 162 addr_conv_t *scribble) in init_async_submit() argument 168 args->scribble = scribble; in init_async_submit()
|
/Linux-v4.19/fs/exofs/ |
D | ore_raid.c | 59 struct page **scribble; member 166 stripe->scribble = stripe->pages + group_width; in _sp2d_alloc() 167 stripe->page_is_read = (char *)stripe->scribble + group_width; in _sp2d_alloc() 268 NULL, NULL, NULL, (addr_conv_t *)_1ps->scribble); in _gen_xor_unit()
|
/Linux-v4.19/drivers/md/ |
D | raid5.h | 641 struct flex_array *scribble; /* space for constructing buffer member
|
D | raid5.c | 1402 addr = flex_array_get(percpu->scribble, i); in to_addr_conv() 1411 addr = flex_array_get(percpu->scribble, i); in to_addr_page() 2275 struct flex_array *scribble; in resize_chunks() local 2278 scribble = scribble_alloc(new_disks, in resize_chunks() 2282 if (scribble) { in resize_chunks() 2283 flex_array_free(percpu->scribble); in resize_chunks() 2284 percpu->scribble = scribble; in resize_chunks() 6729 if (percpu->scribble) in free_scratch_buffer() 6730 flex_array_free(percpu->scribble); in free_scratch_buffer() 6732 percpu->scribble = NULL; in free_scratch_buffer() [all …]
|
D | raid5-ppl.c | 168 struct page **srcs = flex_array_get(percpu->scribble, 0); in ops_run_partial_parity() 199 NULL, sh, flex_array_get(percpu->scribble, 0) in ops_run_partial_parity()
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 106 2. Mask off flags in ioctl path to prevent memory scribble with older
|