Home
last modified time | relevance | path

Searched refs:__bch2_subvolume_get_snapshot (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dsubvolume.h28 int __bch2_subvolume_get_snapshot(struct btree_trans *, u32,
H A Dio_misc.c383 …ret = lockrestart_do(trans, __bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot, warn_erro… in __bch2_resume_logged_op_finsert()
423 ret = __bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot, in __bch2_resume_logged_op_finsert()
H A Dsubvolume.c334 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()
H A Dinode.c344 int ret = __bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot, warn); in __bch2_inode_peek()