Searched refs:bch2_subvolume_get (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | subvolume.h | 26 int bch2_subvolume_get(struct btree_trans *, unsigned,
|
| H A D | subvolume.c | 301 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, subvol); in bch2_snapshot_get_subvol() 399 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 | namei.c | 72 ret = bch2_subvolume_get(trans, snapshot_src.subvol, true, &s); in bch2_create_trans()
|
| H A D | dirent.c | 389 ret = bch2_subvolume_get(trans, target->subvol, true, &s); in bch2_dirent_read_target()
|
| H A D | snapshot.c | 502 ret = bch2_subvolume_get(trans, le32_to_cpu(st.v->master_subvol), false, &subvol); in check_snapshot_tree() 743 ret = bch2_subvolume_get(trans, id, false, &subvol); in check_snapshot()
|
| H A D | fs.c | 524 bch2_subvolume_get(trans, inum.subvol, true, &subvol) ?: in bch2_vfs_inode_get() 594 ret = bch2_subvolume_get(trans, inum.subvol, true, &subvol) ?: in __bch2_create() 689 ret = bch2_subvolume_get(trans, inum.subvol, true, &subvol) ?: in bch2_lookup_trans()
|
| H A D | fsck.c | 105 int ret = bch2_subvolume_get(trans, subvol, false, &s); in subvol_lookup() 209 ret = bch2_subvolume_get(trans, subvolid, false, &subvol); in lookup_lostfound() 1260 ret = bch2_subvolume_get(trans, u.bi_subvol, false, &s); in check_inode()
|