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

/linux-4.4.14/fs/btrfs/
H A Dsend.c85 struct file *send_filp; member in struct:send_ctx
645 return write_buf(sctx->send_filp, &hdr, sizeof(hdr), send_header()
681 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size, send_cmd()
6005 sctx->send_filp = fget(arg->send_fd); btrfs_ioctl_send()
6006 if (!sctx->send_filp) { btrfs_ioctl_send()
6212 if (sctx->send_filp) btrfs_ioctl_send()
6213 fput(sctx->send_filp); btrfs_ioctl_send()

Completed in 81 milliseconds