Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsubvolume.h30 int bch2_subvolume_get_snapshot(struct btree_trans *, u32, u32 *);
40 int ret = bch2_subvolume_get_snapshot(trans, subvolid, &snapshot); in bch2_btree_iter_peek_in_subvolume_max_type()
H A Dstr_hash.h190 int ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_hash_lookup()
208 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_hash_hole()
346 return bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot) ?: in bch2_hash_set()
H A Dnamei.c41 ret = bch2_subvolume_get_snapshot(trans, dir.subvol, &snapshot); in bch2_create_trans()
122 ret = bch2_subvolume_get_snapshot(trans, dir.subvol, &dir_snapshot); in bch2_create_trans()
618 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_inum_to_path()
H A Dreflink.c646 ret = bch2_subvolume_get_snapshot(trans, src_inum.subvol, in bch2_remap_range()
653 ret = bch2_subvolume_get_snapshot(trans, dst_inum.subvol, in bch2_remap_range()
H A Dio_misc.c163 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_fpunch_at()
H A Dinode.c1009 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_inode_delete_keys()
1067 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_inode_rm()
H A Dfs-io-direct.c264 err = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_check_range_allocated()
H A Dsubvolume.c356 int bch2_subvolume_get_snapshot(struct btree_trans *trans, u32 subvolid, in bch2_subvolume_get_snapshot() function
H A Ddirent.c664 return bch2_subvolume_get_snapshot(trans, dir.subvol, &snapshot) ?: in bch2_empty_dir_trans()
H A Dio_write.c389 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, in bch2_write_index_default()
1313 ret = bch2_subvolume_get_snapshot(trans, op->subvol, &snapshot); in bch2_nocow_write()
H A Dfs.c305 ret = bch2_subvolume_get_snapshot(trans, *i, &snap); in bch2_inode_or_descendents_is_open()
1418 int ret = bch2_subvolume_get_snapshot(trans, inode->ei_inum.subvol, &snapshot); in bch2_next_fiemap_extent()
1991 ret = bch2_subvolume_get_snapshot(trans, dir->ei_inum.subvol, &snapshot); in bch2_get_name()
H A Dfs-io-buffered.c182 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bchfs_read()
H A Dfs-io.c660 ret = bch2_subvolume_get_snapshot(trans, in __bchfs_fallocate()
H A Dio_read.c1289 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in __bch2_read()