Home
last modified time | relevance | path

Searched defs:send_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/fs/btrfs/
Dsend.c136 struct send_ctx { struct
137 struct file *send_filp;
138 loff_t send_off;
139 char *send_buf;
140 u32 send_size;
141 u32 send_max_size;
146 bool put_data;
147 struct page **send_buf_pages;
148 u64 flags; /* 'flags' member of btrfs_ioctl_send_args is u64 */
150 u32 proto;
[all …]
/linux-6.6.21/fs/smb/server/
Dtransport_rdma.c919 struct smb_direct_send_ctx *send_ctx, in smb_direct_send_ctx_init()
930 struct smb_direct_send_ctx *send_ctx, in smb_direct_flush_send_list()
992 struct smb_direct_send_ctx *send_ctx) in wait_for_send_credits()
1124 struct smb_direct_send_ctx *send_ctx, in post_sendmsg()
1162 struct smb_direct_send_ctx *send_ctx, in smb_direct_post_send_data()
1237 struct smb_direct_send_ctx send_ctx; in smb_direct_writev() local