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

/linux-master/fs/btrfs/
H A Dctree.h281 int send_in_progress; member in struct:btrfs_root
H A Dreflink.c690 if (root_dst->send_in_progress) {
694 root_dst->send_in_progress);
H A Dsend.c8066 root->send_in_progress--;
8071 if (root->send_in_progress < 0)
8073 "send_in_progress unbalanced %d root %llu",
8074 root->send_in_progress, root->root_key.objectid);
8113 send_root->send_in_progress++;
8278 clone_root->send_in_progress++;
8297 sctx->parent_root->send_in_progress++;
H A Dioctl.c1505 if (root->send_in_progress == 0) {
H A Dinode.c4517 if (dest->send_in_progress) {
4639 ASSERT(dest->send_in_progress == 0);

Completed in 382 milliseconds