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

/linux-master/fs/btrfs/
H A Dsend.c249 struct rb_root pending_dir_moves; member in struct:send_ctx
3406 struct rb_node **p = &sctx->pending_dir_moves.rb_node;
3455 rb_insert_color(&pm->node, &sctx->pending_dir_moves);
3469 struct rb_node *n = sctx->pending_dir_moves.rb_node;
3673 rb_erase(&m->node, &sctx->pending_dir_moves);
3691 rb_erase(&moves->node, &sctx->pending_dir_moves);
8160 sctx->pending_dir_moves = RB_ROOT;
8356 WARN_ON(sctx && !ret && !RB_EMPTY_ROOT(&sctx->pending_dir_moves));
8357 while (sctx && !RB_EMPTY_ROOT(&sctx->pending_dir_moves)) {
8361 n = rb_first(&sctx->pending_dir_moves);
[all...]

Completed in 217 milliseconds