Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
Dsend.c134 struct send_ctx { struct
135 struct file *send_filp;
136 loff_t send_off;
137 char *send_buf;
138 u32 send_size;
139 u32 send_max_size;
144 bool put_data;
145 struct page **send_buf_pages;
146 u64 flags; /* 'flags' member of btrfs_ioctl_send_args is u64 */
148 u32 proto;
[all …]
/linux-6.15/fs/smb/server/
Dtransport_rdma.c920 struct smb_direct_send_ctx *send_ctx, in smb_direct_send_ctx_init()
931 struct smb_direct_send_ctx *send_ctx, in smb_direct_flush_send_list()
993 struct smb_direct_send_ctx *send_ctx) in wait_for_send_credits()
1125 struct smb_direct_send_ctx *send_ctx, in post_sendmsg()
1163 struct smb_direct_send_ctx *send_ctx, in smb_direct_post_send_data()
1238 struct smb_direct_send_ctx send_ctx; in smb_direct_writev() local