Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dsend.c273 struct orphan_dir_info { struct
2907 static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx, in add_orphan_dir_info()
2912 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info()
2916 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info()
2941 static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx, in get_orphan_dir_info()
2945 struct orphan_dir_info *entry; in get_orphan_dir_info()
2948 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info()
2965 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm()
2971 struct orphan_dir_info *odi) in free_orphan_dir_info()
2995 struct orphan_dir_info *odi = NULL; in can_rmdir()
[all …]