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

/linux-master/fs/btrfs/
H A Dsend.c136 struct file *send_filp; member in struct:send_ctx
765 return write_buf(sctx->send_filp, &hdr, sizeof(hdr),
806 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size,
5693 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size,
5696 ret = write_buf(sctx->send_filp, sctx->send_buf + data_offset,
8183 sctx->send_filp = fget(arg->send_fd);
8184 if (!sctx->send_filp || !(sctx->send_filp->f_mode & FMODE_WRITE)) {
8417 if (sctx->send_filp)
8418 fput(sctx->send_filp);
[all...]

Completed in 134 milliseconds