Home
last modified time | relevance | path

Searched defs:smb_version_operations (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/fs/cifs/
Dcifsglob.h240 struct smb_version_operations { struct
241 int (*send_cancel)(struct TCP_Server_Info *, struct smb_rqst *,
243 bool (*compare_fids)(struct cifsFileInfo *, struct cifsFileInfo *);
245 struct mid_q_entry *(*setup_request)(struct cifs_ses *,
249 struct mid_q_entry *(*setup_async_request)(struct TCP_Server_Info *,
252 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *,
254 void (*add_credits)(struct TCP_Server_Info *server,
257 void (*set_credits)(struct TCP_Server_Info *, const int);
258 int * (*get_credits_field)(struct TCP_Server_Info *, const int);
259 unsigned int (*get_credits)(struct mid_q_entry *);
[all …]