Lines Matching refs:list
1028 struct list_head rlist; /* reconnect list */
1068 * session to interfaces from this list.
1162 struct list_head rlist; /* reconnect list */
1167 spinlock_t open_file_lock; /* protects list above */
1248 struct list_head pending_opens; /* list of incomplete opens */
1394 /* lock list below protected by cifsi->lock_sem */
1399 struct list_head rlist; /* reconnect list */
1434 struct list_head list;
1458 struct list_head list;
1481 struct list_head list;
1562 struct list_head deferred_closes; /* list of deferred closes */
1563 spinlock_t deferred_lock; /* protection on deferred list */
1761 struct list_head list;
1921 * appears higher in this list needs to be taken before the other.
1923 * If you hold a lock that is lower in this list, and you need to take a higher lock
1937 * debug. Also, any new lock that you introduce, please add to this list in the correct
1940 * Please populate this list whenever you introduce new locks in your changes. Or in
1941 * case I've missed some existing locks. Please ensure that it's added in the list
2000 * the list of TCP_Server_Info structures, ie each of the sockets
2002 * chained together by cifs_tcp_ses_list. The list of all our SMB
2009 * This lock protects the cifs_tcp_ses_list, the list of smb sessions per
2010 * tcp session, and the list of tcon's per smb session. It also protects
2024 extern spinlock_t GlobalMid_Lock; /* protects above & list operations on midQ entries */