Home
last modified time | relevance | path

Searched refs:TID_EXITING (Results 1 – 5 of 5) sorted by relevance

/linux/fs/smb/client/
H A Dcifsglob.h141 TID_EXITING, enumerator
H A Dcifsfs.c796 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
805 * can not set tcon->status to TID_EXITING yet since we don't know if umount -f will in cifs_umount_begin()
806 * fail later (e.g. due to open files). TID_EXITING will be set just before tdis req sent in cifs_umount_begin()
H A Dconnect.c2545 if (tcon->status == TID_EXITING) in match_tcon()
2624 tcon->status = TID_EXITING; in cifs_put_tcon()
H A Dsmb2pdu.c237 if (tcon->status == TID_EXITING) { in smb2_reconnect()
H A Dcifssmb.c93 if (tcon->status == TID_EXITING) { in cifs_reconnect_tcon()