fs/btrfs/send.c
3064
static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx,
fs/btrfs/send.c
3069
struct orphan_dir_info *entry, *odi;
fs/btrfs/send.c
3073
entry = rb_entry(parent, struct orphan_dir_info, node);
fs/btrfs/send.c
3099
static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx,
fs/btrfs/send.c
3103
struct orphan_dir_info *entry;
fs/btrfs/send.c
3106
entry = rb_entry(n, struct orphan_dir_info, node);
fs/btrfs/send.c
3123
struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen);
fs/btrfs/send.c
3129
struct orphan_dir_info *odi)
fs/btrfs/send.c
3152
struct orphan_dir_info *odi = NULL;
fs/btrfs/send.c
3546
struct orphan_dir_info *odi;
fs/btrfs/send.c
8274
struct orphan_dir_info *odi;
fs/btrfs/send.c
8277
odi = rb_entry(n, struct orphan_dir_info, node);