Searched refs:read_full (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/bcachefs/
H A Dio_read.c260 bool *read_full)
263 bool promote_full = *read_full || READ_ONCE(c->promote_whole_extents);
288 *read_full = promote_full;
806 bool bounce = false, read_full = false, narrow_crcs = false; local
887 read_full = true;
893 &rbio, &bounce, &read_full);
895 if (!read_full) {
252 promote_alloc(struct btree_trans *trans, struct bvec_iter iter, struct bkey_s_c k, struct extent_ptr_decoded *pick, struct bch_io_opts opts, unsigned flags, struct bch_read_bio **rbio, bool *bounce, bool *read_full) argument

Completed in 224 milliseconds