Home
last modified time | relevance | path

Searched refs:bch2_bkey_narrow_crcs (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dextents.h471 bool bch2_bkey_narrow_crcs(struct bkey_i *, struct bch_extent_crc_unpacked);
H A Ddata_update.c299 bch2_bkey_narrow_crcs(insert, (struct bch_extent_crc_unpacked) { 0 }); in __bch2_data_update_index_update()
H A Dio_read.c549 if (!bch2_bkey_narrow_crcs(new, new_crc)) in __bch2_rbio_narrow_crcs()
H A Dextents.c485 bool bch2_bkey_narrow_crcs(struct bkey_i *k, struct bch_extent_crc_unpacked n) in bch2_bkey_narrow_crcs() function