Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dsend.c243 struct orphan_dir_info { struct
2835 static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx, in add_orphan_dir_info()
2840 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info()
2844 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info()
2869 static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx, in get_orphan_dir_info()
2873 struct orphan_dir_info *entry; in get_orphan_dir_info()
2876 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info()
2893 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm()
2899 struct orphan_dir_info *odi) in free_orphan_dir_info()
2922 struct orphan_dir_info *odi = NULL; in can_rmdir()
[all …]