Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifs_debug.c417 if (CIFS_CHAN_IN_RECONNECT(ses, 0)) in cifs_debug_data_proc_show()
427 if (CIFS_CHAN_IN_RECONNECT(ses, j)) in cifs_debug_data_proc_show()
Dcifsglob.h1082 #define CIFS_CHAN_IN_RECONNECT(ses, index) \ macro
Dsess.c115 return CIFS_CHAN_IN_RECONNECT(ses, chan_index); in cifs_chan_in_reconnect()