Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsend.c245 struct orphan_dir_info { struct
2876 static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx, in add_orphan_dir_info()
2881 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info()
2885 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info()
2910 static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx, in get_orphan_dir_info()
2914 struct orphan_dir_info *entry; in get_orphan_dir_info()
2917 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info()
2934 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm()
2940 struct orphan_dir_info *odi) in free_orphan_dir_info()
2963 struct orphan_dir_info *odi = NULL; in can_rmdir()
[all …]