orphan_dirs       219 fs/btrfs/send.c 	struct rb_root orphan_dirs;
orphan_dirs      2861 fs/btrfs/send.c 	struct rb_node **p = &sctx->orphan_dirs.rb_node;
orphan_dirs      2885 fs/btrfs/send.c 	rb_insert_color(&odi->node, &sctx->orphan_dirs);
orphan_dirs      2892 fs/btrfs/send.c 	struct rb_node *n = sctx->orphan_dirs.rb_node;
orphan_dirs      2919 fs/btrfs/send.c 	rb_erase(&odi->node, &sctx->orphan_dirs);
orphan_dirs      7156 fs/btrfs/send.c 	sctx->orphan_dirs = RB_ROOT;
orphan_dirs      7335 fs/btrfs/send.c 	WARN_ON(sctx && !ret && !RB_EMPTY_ROOT(&sctx->orphan_dirs));
orphan_dirs      7336 fs/btrfs/send.c 	while (sctx && !RB_EMPTY_ROOT(&sctx->orphan_dirs)) {
orphan_dirs      7340 fs/btrfs/send.c 		n = rb_first(&sctx->orphan_dirs);