Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dio_read.c712 if (unlikely(rbio->narrow_crcs)) in __bch2_read_endio()
824 if (rbio->narrow_crcs || in bch2_read_endio()
892 bool bounce = false, read_full = false, narrow_crcs = false; in __bch2_read_extent() local
973 narrow_crcs = !(flags & BCH_READ_IN_RETRY) && in __bch2_read_extent()
976 if (narrow_crcs && (flags & BCH_READ_USER_MAPPED)) in __bch2_read_extent()
1069 rbio->narrow_crcs = narrow_crcs; in __bch2_read_extent()
H A Dio_read.h42 narrow_crcs:1, member