Searched refs:bch2_snapshot_tree_lookup (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | snapshot.h | 19 int bch2_snapshot_tree_lookup(struct btree_trans *, u32, struct bch_snapshot_tree *);
|
D | snapshot.c | 47 int bch2_snapshot_tree_lookup(struct btree_trans *trans, u32 id, in bch2_snapshot_tree_lookup() function 639 int ret = bch2_snapshot_tree_lookup(trans, tree_id, &s_t); in snapshot_tree_ptr_good() 708 ret = bch2_snapshot_tree_lookup(trans, tree_id, &s_t); in snapshot_tree_ptr_repair()
|
D | subvolume.c | 133 ret = bch2_snapshot_tree_lookup(trans, snapshot_tree, &st); in check_subvol()
|
D | quota.c | 490 int ret = bch2_snapshot_tree_lookup(trans, tree, &s_t); in bch2_fs_quota_read_inode()
|
D | fsck.c | 218 ret = bch2_snapshot_tree_lookup(trans, in lookup_lostfound()
|