Home
last modified time | relevance | path

Searched refs:BCH_READ_NODECODE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dio_read.h101 BCH_READ_NODECODE = 1 << 3, enumerator
H A Dio_read.c447 if (flags & BCH_READ_NODECODE) { in bch2_rbio_retry()
579 if (rbio->flags & BCH_READ_NODECODE) in __bch2_read_endio()
877 if (flags & BCH_READ_NODECODE) { in __bch2_read_extent()
1021 if (ca && pick.ptr.cached && !(flags & BCH_READ_NODECODE)) in __bch2_read_extent()
1105 if (flags & BCH_READ_NODECODE) in __bch2_read_extent()
1126 BUG_ON(flags & BCH_READ_NODECODE); in __bch2_read()
H A Dmove.c378 BCH_READ_NODECODE| in bch2_move_extent()