Home
last modified time | relevance | path

Searched refs:CIFS_CHAN_NEEDS_RECONNECT (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dcifs_debug.c541 if (CIFS_CHAN_NEEDS_RECONNECT(ses, 0)) in cifs_debug_data_proc_show()
551 if (CIFS_CHAN_NEEDS_RECONNECT(ses, j)) in cifs_debug_data_proc_show()
H A Dcifsglob.h1122 #define CIFS_CHAN_NEEDS_RECONNECT(ses, index) \ macro
H A Dtransport.c1039 if (CIFS_CHAN_NEEDS_RECONNECT(ses, i)) in cifs_pick_channel()
H A Dsess.c167 return CIFS_CHAN_NEEDS_RECONNECT(ses, chan_index); in cifs_chan_needs_reconnect()