Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/btrfs/
H A Dsend.c137 struct file *send_filp; member
766 return write_buf(sctx->send_filp, &hdr, sizeof(hdr), in send_header()
802 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size, in send_cmd()
5676 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size, in send_encoded_extent()
5679 ret = write_buf(sctx->send_filp, sctx->send_buf + data_offset, in send_encoded_extent()
8169 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()
8170 if (!sctx->send_filp || !(sctx->send_filp->f_mode & FMODE_WRITE)) { in btrfs_ioctl_send()
8403 if (sctx->send_filp) in btrfs_ioctl_send()
8404 fput(sctx->send_filp); in btrfs_ioctl_send()
[all...]
/kernel/linux/linux-5.10/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 || !(sctx->send_filp->f_mode & FMODE_WRITE)) { in btrfs_ioctl_send()
7529 if (sctx->send_filp) in btrfs_ioctl_send()
7530 fput(sctx->send_filp); in btrfs_ioctl_send()

Completed in 18 milliseconds