Home
last modified time | relevance | path

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

/fs/btrfs/
Dsend.c332 struct orphan_dir_info { struct
3124 static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx, in add_orphan_dir_info()
3129 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info()
3133 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info()
3159 static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx, in get_orphan_dir_info()
3163 struct orphan_dir_info *entry; in get_orphan_dir_info()
3166 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info()
3183 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm()
3189 struct orphan_dir_info *odi) in free_orphan_dir_info()
3212 struct orphan_dir_info *odi = NULL; in can_rmdir()
[all …]