Searched refs:bch2_subvolume_get_snapshot (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | subvolume.h | 30 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 D | str_hash.h | 190 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 D | namei.c | 41 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 D | reflink.c | 646 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 D | io_misc.c | 163 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_fpunch_at()
|
| H A D | inode.c | 1009 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 D | fs-io-direct.c | 264 err = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_check_range_allocated()
|
| H A D | subvolume.c | 356 int bch2_subvolume_get_snapshot(struct btree_trans *trans, u32 subvolid, in bch2_subvolume_get_snapshot() function
|
| H A D | dirent.c | 664 return bch2_subvolume_get_snapshot(trans, dir.subvol, &snapshot) ?: in bch2_empty_dir_trans()
|
| H A D | io_write.c | 389 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 D | fs.c | 305 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 D | fs-io-buffered.c | 182 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bchfs_read()
|
| H A D | fs-io.c | 660 ret = bch2_subvolume_get_snapshot(trans, in __bchfs_fallocate()
|
| H A D | io_read.c | 1289 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in __bch2_read()
|