Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c243 struct orphan_dir_info { struct
2862 static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx, in add_orphan_dir_info()
2867 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info()
2871 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info()
2896 static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx, in get_orphan_dir_info()
2900 struct orphan_dir_info *entry; in get_orphan_dir_info()
2903 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info()
2920 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm()
2926 struct orphan_dir_info *odi) in free_orphan_dir_info()
2949 struct orphan_dir_info *odi = NULL; in can_rmdir()
[all …]