Searched refs:bch2_empty_dir_snapshot (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | dirent.h | 78 int bch2_empty_dir_snapshot(struct btree_trans *, u64, u32, u32);
|
D | dirent.c | 497 int bch2_empty_dir_snapshot(struct btree_trans *trans, u64 dir, u32 subvol, u32 snapshot) in bch2_empty_dir_snapshot() function 523 bch2_empty_dir_snapshot(trans, dir.inum, dir.subvol, snapshot); in bch2_empty_dir_trans()
|
D | inode.c | 1295 ret = bch2_empty_dir_snapshot(trans, pos.offset, 0, pos.snapshot); in may_delete_deleted_inode()
|
D | fsck.c | 1330 ret = bch2_empty_dir_snapshot(trans, k.k->p.offset, 0, k.k->p.snapshot); in check_inode()
|