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.c88 ret = bch2_btree_bit_mod(trans, BTREE_ID_subvolume_children, pos, true); in check_subvol()
249 ? bch2_btree_bit_mod(trans, BTREE_ID_subvolume_children, pos, set) in subvolume_children_mod()
H A Dbtree_update.h69 int bch2_btree_bit_mod(struct btree_trans *, enum btree_id, struct bpos, bool);
H A Dbtree_update.c797 int bch2_btree_bit_mod(struct btree_trans *trans, enum btree_id btree, in bch2_btree_bit_mod() function