Lines Matching defs:callback
67 * default callback just wakes up the current task.
71 temp->callback = cifs_wake_up_task;
442 cifs_server_dbg(VFS, "Encryption requested but transform callback is missing\n");
779 * Send a SMB request and set the callback function in the mid to handle
784 mid_receive_t *receive, mid_callback_t *callback,
826 mid->callback = callback;
1154 * Invoke callback for every part of the compound chain
1159 midQ[i]->callback = cifs_compound_callback;
1161 midQ[i]->callback = cifs_compound_last_callback;
1222 midQ[i]->callback = cifs_cancelled_callback;
1288 * This is prevented above by using a noop callback that will not
1432 midQ->callback = release_mid;
1614 midQ->callback = release_mid;