Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb2pdu.c63 static void smb2_complete_notify_cancel(struct ksmbd_work *in_work);
1136 static int smb2_send_interim_work(struct ksmbd_work *in_work, in smb2_send_interim_work() argument
1141 in_work->encrypted = work->encrypted; in smb2_send_interim_work()
1144 in_work->sess = work->sess; in smb2_send_interim_work()
1145 err = work->conn->ops->encrypt_resp(in_work); in smb2_send_interim_work()
1146 in_work->sess = NULL; in smb2_send_interim_work()
1151 return eor ? ksmbd_conn_write_eor(in_work) : in smb2_send_interim_work()
1152 ksmbd_conn_write(in_work); in smb2_send_interim_work()
1157 struct ksmbd_work *in_work; in smb2_send_interim_prefix_work() local
1164 in_work = ksmbd_alloc_work_struct(); in smb2_send_interim_prefix_work()
[all …]
H A Doplock.c1158 struct ksmbd_work *in_work, bool share_break, in oplock_break() argument
1176 if (in_work && was_pending) { in oplock_break()
1177 setup_async_work(in_work, NULL, NULL); in oplock_break()
1178 smb2_send_interim_resp(in_work, STATUS_PENDING); in oplock_break()
1179 release_async_work(in_work); in oplock_break()
1239 if (in_work && !sent_interim) { in oplock_break()
1240 setup_async_work(in_work, NULL, NULL); in oplock_break()
1241 smb2_send_interim_resp(in_work, STATUS_PENDING); in oplock_break()
1242 release_async_work(in_work); in oplock_break()
1294 if (in_work) { in oplock_break()
[all …]