Searched refs:__bch2_subvolume_get_snapshot (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | subvolume.h | 29 int __bch2_subvolume_get_snapshot(struct btree_trans *, u32,
|
D | io_misc.c | 380 …ret = lockrestart_do(trans, __bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot, warn_erro… in __bch2_resume_logged_op_finsert() 420 ret = __bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot, in __bch2_resume_logged_op_finsert()
|
D | subvolume.c | 334 int __bch2_subvolume_get_snapshot(struct btree_trans *trans, u32 subvolid, in __bch2_subvolume_get_snapshot() function 359 return __bch2_subvolume_get_snapshot(trans, subvolid, snapid, true); in bch2_subvolume_get_snapshot()
|
D | inode.c | 342 int ret = __bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot, warn); in __bch2_inode_peek()
|