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

/linux-master/fs/btrfs/
H A Dsend.c331 struct orphan_dir_info { struct
3122 static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx,
3127 struct orphan_dir_info *entry, *odi;
3131 entry = rb_entry(parent, struct orphan_dir_info, node);
3157 static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx,
3161 struct orphan_dir_info *entry;
3164 entry = rb_entry(n, struct orphan_dir_info, node);
3181 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen);
3187 struct orphan_dir_info *odi)
3210 struct orphan_dir_info *od
[all...]

Completed in 91 milliseconds