Searched defs:smb_version_operations (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/fs/smb/client/ |
| D | cifsglob.h | 280 struct smb_version_operations { struct 281 int (*send_cancel)(struct TCP_Server_Info *, struct smb_rqst *, 283 bool (*compare_fids)(struct cifsFileInfo *, struct cifsFileInfo *); 285 struct mid_q_entry *(*setup_request)(struct cifs_ses *, 289 struct mid_q_entry *(*setup_async_request)(struct TCP_Server_Info *, 292 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *, 294 void (*add_credits)(struct TCP_Server_Info *server, 297 void (*set_credits)(struct TCP_Server_Info *, const int); 298 int * (*get_credits_field)(struct TCP_Server_Info *, const int); 299 unsigned int (*get_credits)(struct mid_q_entry *); [all …]
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | cifsglob.h | 218 struct smb_version_operations { struct 219 int (*send_cancel)(struct TCP_Server_Info *, struct smb_rqst *, 221 bool (*compare_fids)(struct cifsFileInfo *, struct cifsFileInfo *); 223 struct mid_q_entry *(*setup_request)(struct cifs_ses *, 227 struct mid_q_entry *(*setup_async_request)(struct TCP_Server_Info *, 230 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *, 232 void (*add_credits)(struct TCP_Server_Info *server, 235 void (*set_credits)(struct TCP_Server_Info *, const int); 236 int * (*get_credits_field)(struct TCP_Server_Info *, const int); 237 unsigned int (*get_credits)(struct mid_q_entry *); [all …]
|