Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dcompress.h57 int bch2_check_set_has_compressed_data(struct bch_fs *, unsigned);
H A Dcompress.c188 ret = bch2_check_set_has_compressed_data(c, opt); in __bio_uncompress()
452 ret = bch2_check_set_has_compressed_data(c, compression.type); in __bio_compress()
608 int bch2_check_set_has_compressed_data(struct bch_fs *c, in bch2_check_set_has_compressed_data() function
H A Dopts.c485 ret = bch2_check_set_has_compressed_data(c, v); in bch2_opt_check_may_set()