Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifs_debug.c543 if (CIFS_CHAN_IN_RECONNECT(ses, 0)) in cifs_debug_data_proc_show()
553 if (CIFS_CHAN_IN_RECONNECT(ses, j)) in cifs_debug_data_proc_show()
H A Dcifsglob.h1124 #define CIFS_CHAN_IN_RECONNECT(ses, index) \ macro
H A Dsess.c127 return CIFS_CHAN_IN_RECONNECT(ses, chan_index); in cifs_chan_in_reconnect()