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

/linux-master/fs/btrfs/
H A Dsend.c297 struct rb_root orphan_dirs; member in struct:send_ctx
3125 struct rb_node **p = &sctx->orphan_dirs.rb_node;
3153 rb_insert_color(&odi->node, &sctx->orphan_dirs);
3160 struct rb_node *n = sctx->orphan_dirs.rb_node;
3191 rb_erase(&odi->node, &sctx->orphan_dirs);
8162 sctx->orphan_dirs = RB_ROOT;
8384 WARN_ON(sctx && !ret && !RB_EMPTY_ROOT(&sctx->orphan_dirs));
8385 while (sctx && !RB_EMPTY_ROOT(&sctx->orphan_dirs)) {
8389 n = rb_first(&sctx->orphan_dirs);

Completed in 154 milliseconds