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

/linux-master/fs/btrfs/
H A Dsend.c256 struct rb_root waiting_dir_moves; member in struct:send_ctx
3341 struct rb_node **p = &sctx->waiting_dir_moves.rb_node;
3367 rb_insert_color(&dm->node, &sctx->waiting_dir_moves);
3374 struct rb_node *n = sctx->waiting_dir_moves.rb_node;
3394 rb_erase(&dm->node, &sctx->waiting_dir_moves);
3780 if (RB_EMPTY_ROOT(&sctx->waiting_dir_moves))
8161 sctx->waiting_dir_moves = RB_ROOT;
8373 WARN_ON(sctx && !ret && !RB_EMPTY_ROOT(&sctx->waiting_dir_moves));
8374 while (sctx && !RB_EMPTY_ROOT(&sctx->waiting_dir_moves)) {
8378 n = rb_first(&sctx->waiting_dir_moves);
[all...]

Completed in 129 milliseconds