Home
last modified time | relevance | path

Searched refs:narrow_crcs (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dio_read.c777 if (unlikely(rbio->narrow_crcs)) in __bch2_read_endio()
881 if (rbio->narrow_crcs || in bch2_read_endio()
948 bool bounce = false, read_full = false, narrow_crcs = false; in __bch2_read_extent() local
1020 narrow_crcs = !(flags & BCH_READ_in_retry) && in __bch2_read_extent()
1023 if (narrow_crcs && (flags & BCH_READ_user_mapped)) in __bch2_read_extent()
1126 rbio->narrow_crcs = narrow_crcs; in __bch2_read_extent()
H A Dio_read.h44 narrow_crcs:1, member