Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsubvolume.h29 int __bch2_subvolume_get_snapshot(struct btree_trans *, u32,
Dio_misc.c380 …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()
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()
Dinode.c342 int ret = __bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot, warn); in __bch2_inode_peek()