Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dio_read.c602 if (unlikely(rbio->narrow_crcs)) in __bch2_read_endio()
742 if (rbio->narrow_crcs || in bch2_read_endio()
849 bool bounce = false, read_full = false, narrow_crcs = false; in __bch2_read_extent() local
927 narrow_crcs = !(flags & BCH_READ_IN_RETRY) && in __bch2_read_extent()
930 if (narrow_crcs && (flags & BCH_READ_USER_MAPPED)) in __bch2_read_extent()
1023 rbio->narrow_crcs = narrow_crcs; in __bch2_read_extent()
Dio_read.h41 narrow_crcs:1, member