Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dsend.c338 struct orphan_dir_info { struct
3041 static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx, in add_orphan_dir_info()
3046 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info()
3050 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info()
3076 static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx, in get_orphan_dir_info()
3080 struct orphan_dir_info *entry; in get_orphan_dir_info()
3083 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info()
3100 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm()
3106 struct orphan_dir_info *odi) in free_orphan_dir_info()
3129 struct orphan_dir_info *odi = NULL; in can_rmdir()
[all …]