Searched defs:smb_version_operations (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifsglob.h | 310 struct smb_version_operations { struct 311 int (*send_cancel)(struct cifs_ses *ses, struct TCP_Server_Info *server, 314 bool (*compare_fids)(struct cifsFileInfo *, struct cifsFileInfo *); 316 struct mid_q_entry *(*setup_request)(struct cifs_ses *, 320 struct mid_q_entry *(*setup_async_request)(struct TCP_Server_Info *, 323 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *, 325 void (*add_credits)(struct TCP_Server_Info *server, 328 void (*set_credits)(struct TCP_Server_Info *, const int); 329 int * (*get_credits_field)(struct TCP_Server_Info *, const int); 330 unsigned int (*get_credits)(struct mid_q_entry *); [all …]
|