Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifs_debug.c502 if (CIFS_CHAN_IN_RECONNECT(ses, 0)) in cifs_debug_data_proc_show()
512 if (CIFS_CHAN_IN_RECONNECT(ses, j)) in cifs_debug_data_proc_show()
Dcifsglob.h1063 #define CIFS_CHAN_IN_RECONNECT(ses, index) \ macro
Dsess.c115 return CIFS_CHAN_IN_RECONNECT(ses, chan_index); in cifs_chan_in_reconnect()