Searched defs:smb_version_operations (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifsglob.h | 215 struct smb_version_operations { struct 216 int (*send_cancel)(struct TCP_Server_Info *, struct smb_rqst *, 218 bool (*compare_fids)(struct cifsFileInfo *, struct cifsFileInfo *); 220 struct mid_q_entry *(*setup_request)(struct cifs_ses *, 224 struct mid_q_entry *(*setup_async_request)(struct TCP_Server_Info *, 227 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *, 229 void (*add_credits)(struct TCP_Server_Info *server, 232 void (*set_credits)(struct TCP_Server_Info *, const int); 233 int * (*get_credits_field)(struct TCP_Server_Info *, const int); 234 unsigned int (*get_credits)(struct mid_q_entry *); [all …]
|