Searched refs:bch2_subvolume_get_snapshot (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | subvolume.h | 31 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()
|
D | str_hash.h | 191 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()
|
D | fs-common.c | 41 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()
|
D | reflink.c | 477 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()
|
D | dirent.c | 522 return bch2_subvolume_get_snapshot(trans, dir.subvol, &snapshot) ?: in bch2_empty_dir_trans()
|
D | io_misc.c | 160 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_fpunch_at()
|
D | inode.c | 963 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()
|
D | fs.c | 258 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()
|
D | fs-io-direct.c | 251 err = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bch2_check_range_allocated()
|
D | subvolume.c | 356 int bch2_subvolume_get_snapshot(struct btree_trans *trans, u32 subvolid, in bch2_subvolume_get_snapshot() function
|
D | io_write.c | 361 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()
|
D | fs-io.c | 604 ret = bch2_subvolume_get_snapshot(trans, in __bchfs_fallocate()
|
D | fs-io-buffered.c | 173 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in bchfs_read()
|
D | io_read.c | 1173 ret = bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot); in __bch2_read()
|