Searched refs:bch2_subvolume_get (Results 1 – 7 of 7) sorted by relevance
/linux/fs/bcachefs/ |
H A D | subvolume.h | 27 int bch2_subvolume_get(struct btree_trans *, unsigned,
|
H A D | subvolume.c | 300 int bch2_subvolume_get(struct btree_trans *trans, unsigned subvol, in bch2_subvolume_get() function 331 bch2_subvolume_get(trans, le32_to_cpu(snap.subvol), true, 0, subvol); in bch2_snapshot_get_subvol() 399 bch2_subvolume_get(trans, subvolid_to_delete, true, in bch2_subvolumes_reparent()
|
H A D | fs-common.c | 73 ret = bch2_subvolume_get(trans, snapshot_src.subvol, true, in bch2_create_trans()
|
H A D | dirent.c | 269 ret = bch2_subvolume_get(trans, target->subvol, true, BTREE_ITER_cached, &s); in bch2_dirent_read_target()
|
H A D | fs.c | 468 bch2_subvolume_get(trans, inum.subvol, true, 0, &subvol) ?: in bch2_vfs_inode_get() 538 ret = bch2_subvolume_get(trans, inum.subvol, true, in __bch2_create() 620 ret = bch2_subvolume_get(trans, inum.subvol, true, 0, &subvol) ?: in bch2_lookup_trans()
|
H A D | snapshot.c | 562 ret = bch2_subvolume_get(trans, le32_to_cpu(st.v->master_subvol), in check_snapshot_tree() 802 ret = bch2_subvolume_get(trans, id, 0, false, &subvol); in check_snapshot()
|
H A D | fsck.c | 110 int ret = bch2_subvolume_get(trans, subvol, false, 0, &s); in subvol_lookup() 226 ret = bch2_subvolume_get(trans, le32_to_cpu(st.master_subvol), in lookup_lostfound() 1418 ret = bch2_subvolume_get(trans, u.bi_subvol, false, 0, &s); in check_inode()
|