Home
last modified time | relevance | path

Searched refs:scribble (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/crypto/async_tx/
Dasync_raid6_recov.c170 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 …]
Dasync_pq.c130 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()
Dasync_xor.c122 if (submit->scribble) in do_sync_xor()
123 srcs = submit->scribble; in do_sync_xor()
/linux-4.19.296/include/linux/
Dasync_tx.h87 void *scribble; member
162 addr_conv_t *scribble) in init_async_submit() argument
168 args->scribble = scribble; in init_async_submit()
/linux-4.19.296/fs/exofs/
Dore_raid.c59 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()