Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifsglob.h1588 struct mid_q_entry { struct
1589 struct list_head qhead; /* mids waiting on reply from this server */
1590 struct kref refcount;
1591 struct TCP_Server_Info *server; /* server corresponding to this mid */
1592 __u64 mid; /* multiplex id */
1593 __u16 credits; /* number of credits consumed by this mid */
1594 __u16 credits_received; /* number of credits from the response */
1595 __u32 pid; /* process id */
1596 __u32 sequence_number; /* for CIFS signing */
1597 unsigned long when_alloc; /* when mid was created */
[all …]