Searched refs:bch2_trans_mark_dev_sb (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | buckets.h | 305 int bch2_trans_mark_dev_sb(struct bch_fs *, struct bch_dev *,
|
H A D | super.c | 1799 ret = bch2_trans_mark_dev_sb(c, ca, BTREE_TRIGGER_transactional); in bch2_dev_add() 1864 ret = bch2_trans_mark_dev_sb(c, ca, BTREE_TRIGGER_transactional); in bch2_dev_online() 1957 ret = bch2_trans_mark_dev_sb(c, ca, BTREE_TRIGGER_transactional); in bch2_dev_resize()
|
H A D | buckets.c | 1130 int bch2_trans_mark_dev_sb(struct bch_fs *c, struct bch_dev *ca, in bch2_trans_mark_dev_sb() function 1143 int ret = bch2_trans_mark_dev_sb(c, ca, flags); in bch2_trans_mark_dev_sbs_flags()
|