Searched defs:smb_version_operations (Results 1 – 1 of 1) sorted by relevance
/linux-6.8/fs/smb/client/ |
D | cifsglob.h | 270 struct smb_version_operations { struct 271 int (*send_cancel)(struct TCP_Server_Info *, struct smb_rqst *, 273 bool (*compare_fids)(struct cifsFileInfo *, struct cifsFileInfo *); 275 struct mid_q_entry *(*setup_request)(struct cifs_ses *, 279 struct mid_q_entry *(*setup_async_request)(struct TCP_Server_Info *, 282 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *, 284 void (*add_credits)(struct TCP_Server_Info *server, 287 void (*set_credits)(struct TCP_Server_Info *, const int); 288 int * (*get_credits_field)(struct TCP_Server_Info *, const int); 289 unsigned int (*get_credits)(struct mid_q_entry *); [all …]
|