Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsubvolume.c106 ret = bch2_btree_bit_mod(trans, BTREE_ID_subvolume_children, pos, true); in check_subvol()
280 ? bch2_btree_bit_mod(trans, BTREE_ID_subvolume_children, pos, set) in subvolume_children_mod()
H A Dbtree_update.h68 int bch2_btree_bit_mod(struct btree_trans *, enum btree_id, struct bpos, bool);
H A Dbtree_update.c792 int bch2_btree_bit_mod(struct btree_trans *trans, enum btree_id btree, in bch2_btree_bit_mod() function