Home
last modified time | relevance | path

Searched refs:bch2_inode_rm_snapshot (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dinode.h265 int bch2_inode_rm_snapshot(struct btree_trans *, u64, u32);
Dinode.c1260 int bch2_inode_rm_snapshot(struct btree_trans *trans, u64 inum, u32 snapshot) in bch2_inode_rm_snapshot() function
1385 ret = bch2_inode_rm_snapshot(trans, k.k->p.offset, k.k->p.snapshot); in bch2_delete_dead_inodes()
Dfsck.c1397 ret = bch2_inode_rm_snapshot(trans, u.bi_inum, iter->pos.snapshot); in check_inode()