Searched refs:bch2_subvolume_get (Results 1 – 9 of 9) sorted by relevance
/linux/fs/bcachefs/ |
H A D | subvolume.h | 26 int bch2_subvolume_get(struct btree_trans *, unsigned,
|
H A D | subvolume.c | 330 int bch2_subvolume_get(struct btree_trans *trans, unsigned subvol, in bch2_subvolume_get() function 360 bch2_subvolume_get(trans, le32_to_cpu(snap.subvol), true, subvol); in bch2_snapshot_get_subvol() 428 bch2_subvolume_get(trans, subvolid_to_delete, true, &s)) ?: in bch2_subvolumes_reparent()
|
H A D | str_hash.c | 15 int ret = bch2_subvolume_get(trans, le32_to_cpu(d.v->d_child_subvol), in bch2_dirent_has_target()
|
H A D | recovery_passes.c | 242 bch2_subvolume_get(trans, inum.subvol, true, &subvol) ?: in bch2_lookup_root_inode()
|
H A D | dirent.c | 390 ret = bch2_subvolume_get(trans, target->subvol, true, &s); in bch2_dirent_read_target()
|
H A D | fs.c | 522 bch2_subvolume_get(trans, inum.subvol, true, &subvol) ?: in bch2_vfs_inode_get() 592 ret = bch2_subvolume_get(trans, inum.subvol, true, &subvol) ?: in __bch2_create() 687 ret = bch2_subvolume_get(trans, inum.subvol, true, &subvol) ?: in bch2_lookup_trans()
|
H A D | namei.c | 80 ret = bch2_subvolume_get(trans, snapshot_src.subvol, true, &s); in bch2_create_trans()
|
H A D | fsck.c | 107 int ret = bch2_subvolume_get(trans, subvol, false, &s); in subvol_lookup() 190 ret = bch2_subvolume_get(trans, subvolid, false, &subvol); in lookup_lostfound() 1277 ret = bch2_subvolume_get(trans, u.bi_subvol, false, &s); in check_inode()
|
H A D | snapshot.c | 523 ret = bch2_subvolume_get(trans, le32_to_cpu(st.v->master_subvol), false, &subvol); in check_snapshot_tree() 763 ret = bch2_subvolume_get(trans, id, false, &subvol); in check_snapshot()
|