Searched refs:bounce (Results 1 – 11 of 11) sorted by relevance
274 op->write.rbio.bounce = true; in __promote_alloc()300 bool *bounce, in promote_alloc() argument345 *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 …]
498 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() local1012 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 …]
105 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()
57 bounce:1,
42 bounce:1, member
8 u8 bounce[PAGE_SIZE]; member141 dctx.bounce = strm->bounce; in __z_erofs_deflate_decompress()
8 u8 bounce[PAGE_SIZE]; member186 dctx.bounce = strm->bounce; in z_erofs_lzma_decompress()
7 u8 bounce[PAGE_SIZE]; member172 dctx.bounce = strm->bounce; in z_erofs_zstd_decompress()
69 void *bounce; /* bounce buffer for inplace I/Os */ member
405 memcpy(dctx->bounce, *src, dctx->inbuf_sz); in z_erofs_stream_switch_bufs()406 *src = dctx->bounce; in z_erofs_stream_switch_bufs()
460 unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh_buf; in copy_fid_info_to_user() local523 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