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