Searched refs:bch2_snapshot_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | snapshot.h | 232 int bch2_snapshot_lookup(struct btree_trans *trans, u32 id,
|
D | snapshot.c | 361 int bch2_snapshot_lookup(struct btree_trans *trans, u32 id, in bch2_snapshot_lookup() function 376 ret = bch2_snapshot_lookup(trans, id, &v); in bch2_snapshot_live() 548 ret = bch2_snapshot_lookup(trans, root_id, &s); in check_snapshot_tree() 763 ret = bch2_snapshot_lookup(trans, id, &v); in check_snapshot() 782 ret = bch2_snapshot_lookup(trans, id, &v); in check_snapshot()
|
D | subvolume.c | 44 ret = bch2_snapshot_lookup(trans, snapid, &snapshot); in check_subvol() 330 return bch2_snapshot_lookup(trans, snapshot, &snap) ?: in bch2_snapshot_get_subvol()
|