Home
last modified time | relevance | path

Searched refs:bounce (Results 1 – 11 of 11) sorted by relevance

/fs/bcachefs/
A Dio_read.c274 op->write.rbio.bounce = true; in __promote_alloc()
300 bool *bounce, in promote_alloc() argument
345 *bounce = true; in promote_alloc()
439 if (rbio->bounce) in bch2_rbio_free()
821 if (rbio->bounce) { in __bch2_read_endio()
886 if (rbio->bounce) { in __bch2_read_endio()
896 if (rbio->bounce) { in __bch2_read_endio()
1131 bounce = true; in __bch2_read_extent()
1183 } else if (bounce) { in __bch2_read_extent()
1194 rbio->bounce = true; in __bch2_read_extent()
[all …]
A Dio_write.c498 n->bounce = false; in bch2_submit_wbio_replicas()
769 if (wbio->bounce) in bch2_write_endio()
838 wbio->bounce = true; in bch2_write_bio_alloc()
991 bool bounce = false; in bch2_write_extent() local
1012 bounce = true; in bch2_write_extent()
1028 bounce = true; in bch2_write_extent()
1033 if (!bounce && write_corrupt_ratio) { in bch2_write_extent()
1037 bounce = true; in bch2_write_extent()
1055 BUG_ON(op->compression_opt && !bounce); in bch2_write_extent()
1071 if (bounce) { in bch2_write_extent()
[all …]
A Dcompress.c105 goto bounce; in __bio_map_or_bounce()
109 goto bounce; in __bio_map_or_bounce()
120 goto bounce; in __bio_map_or_bounce()
135 bounce: in __bio_map_or_bounce()
A Dio_write_types.h57 bounce:1,
A Dio_read.h42 bounce:1, member
/fs/erofs/
A Ddecompressor_deflate.c8 u8 bounce[PAGE_SIZE]; member
141 dctx.bounce = strm->bounce; in __z_erofs_deflate_decompress()
A Ddecompressor_lzma.c8 u8 bounce[PAGE_SIZE]; member
186 dctx.bounce = strm->bounce; in z_erofs_lzma_decompress()
A Ddecompressor_zstd.c7 u8 bounce[PAGE_SIZE]; member
172 dctx.bounce = strm->bounce; in z_erofs_zstd_decompress()
A Dcompress.h69 void *bounce; /* bounce buffer for inplace I/Os */ member
A Ddecompressor.c405 memcpy(dctx->bounce, *src, dctx->inbuf_sz); in z_erofs_stream_switch_bufs()
406 *src = dctx->bounce; in z_erofs_stream_switch_bufs()
/fs/notify/fanotify/
A Dfanotify_user.c460 unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; in copy_fid_info_to_user() local
523 memcpy(bounce, fh_buf, fh_len); in copy_fid_info_to_user()
524 fh_buf = bounce; in copy_fid_info_to_user()

Completed in 26 milliseconds