Home
last modified time | relevance | path

Searched refs:bch2_subvolume_get_snapshot (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dsubvolume.h31 int bch2_subvolume_get_snapshot(struct btree_trans *, u32, u32 *);
41 int ret = bch2_subvolume_get_snapshot(iter->trans, subvolid, &snapshot); in bch2_btree_iter_peek_in_subvolume_upto_type()
Dstr_hash.h191 int ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_hash_lookup()
209 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_hash_hole()
347 return bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot) ?: in bch2_hash_set()
Dfs-common.c41 ret = bch2_subvolume_get_snapshot(trans, dir.subvol, &snapshot); in bch2_create_trans()
124 ret = bch2_subvolume_get_snapshot(trans, dir.subvol, &dir_snapshot); in bch2_create_trans()
Dreflink.c477 ret = bch2_subvolume_get_snapshot(trans, src_inum.subvol, in bch2_remap_range()
484 ret = bch2_subvolume_get_snapshot(trans, dst_inum.subvol, in bch2_remap_range()
Ddirent.c522 return bch2_subvolume_get_snapshot(trans, dir.subvol, &snapshot) ?: in bch2_empty_dir_trans()
Dio_misc.c160 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_fpunch_at()
Dinode.c963 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_inode_delete_keys()
1023 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_inode_rm()
Dfs.c258 ret = bch2_subvolume_get_snapshot(trans, *i, &snap); in bch2_inode_or_descendents_is_open()
1275 ret = bch2_subvolume_get_snapshot(trans, ei->ei_inum.subvol, &snapshot); in bch2_fiemap()
1643 ret = bch2_subvolume_get_snapshot(trans, dir->ei_inum.subvol, &snapshot); in bch2_get_name()
Dfs-io-direct.c251 err = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_check_range_allocated()
Dsubvolume.c356 int bch2_subvolume_get_snapshot(struct btree_trans *trans, u32 subvolid, in bch2_subvolume_get_snapshot() function
Dio_write.c361 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, in bch2_write_index_default()
1235 ret = bch2_subvolume_get_snapshot(trans, op->subvol, &snapshot); in bch2_nocow_write()
Dfs-io.c604 ret = bch2_subvolume_get_snapshot(trans, in __bchfs_fallocate()
Dfs-io-buffered.c173 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bchfs_read()
Dio_read.c1173 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in __bch2_read()