Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c79 struct file *send_filp; member
674 return write_buf(sctx->send_filp, &hdr, sizeof(hdr), in send_header()
710 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size, in send_cmd()
7305 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()
7306 if (!sctx->send_filp) { in btrfs_ioctl_send()
7529 if (sctx->send_filp) in btrfs_ioctl_send()
7530 fput(sctx->send_filp); in btrfs_ioctl_send()