Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
Dcifsglob.h1716 struct mid_q_entry { struct
1717 struct list_head qhead; /* mids waiting on reply from this server */
1718 struct kref refcount;
1719 struct TCP_Server_Info *server; /* server corresponding to this mid */
1720 __u64 mid; /* multiplex id */
1721 __u16 credits; /* number of credits consumed by this mid */
1722 __u16 credits_received; /* number of credits from the response */
1723 __u32 pid; /* process id */
1724 __u32 sequence_number; /* for CIFS signing */
1725 unsigned long when_alloc; /* when mid was created */
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h1591 struct mid_q_entry { struct
1592 struct list_head qhead; /* mids waiting on reply from this server */
1593 struct kref refcount;
1594 struct TCP_Server_Info *server; /* server corresponding to this mid */
1595 __u64 mid; /* multiplex id */
1596 __u16 credits; /* number of credits consumed by this mid */
1597 __u16 credits_received; /* number of credits from the response */
1598 __u32 pid; /* process id */
1599 __u32 sequence_number; /* for CIFS signing */
1600 unsigned long when_alloc; /* when mid was created */
[all …]