Home | History | Annotate | Download | only in rumpvfs

Lines Matching defs:rblk_fd

69 	int rblk_fd;
221 minors[i].rblk_fd = -1;
358 if (rblk->rblk_fd != -1)
368 KASSERT(rblk->rblk_fd == -1);
381 rblk->rblk_fd = fd;
382 KASSERT(rblk->rblk_fd != -1);
390 rumpuser_close(rblk->rblk_fd);
391 rblk->rblk_fd = -1;
401 if (rblk->rblk_fd == -1)
555 rumpuser_bio(rblk->rblk_fd, op, bp->b_data, bp->b_bcount, off,