Home
last modified time | relevance | path

Searched refs:CIFS_CHAN_IN_RECONNECT (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/smb/client/
Dcifs_debug.c517 if (CIFS_CHAN_IN_RECONNECT(ses, 0)) in cifs_debug_data_proc_show()
527 if (CIFS_CHAN_IN_RECONNECT(ses, j)) in cifs_debug_data_proc_show()
Dcifsglob.h1092 #define CIFS_CHAN_IN_RECONNECT(ses, index) \ macro
Dsess.c125 return CIFS_CHAN_IN_RECONNECT(ses, chan_index); in cifs_chan_in_reconnect()