Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dconnect.c2189 tcon->use_persistent = false; in cifs_get_tcon()
2199 tcon->use_persistent = true; in cifs_get_tcon()
2210 tcon->use_persistent = true; in cifs_get_tcon()
3916 ctx->persistent = master_tcon->use_persistent; in cifs_construct_tcon()
Dcifsglob.h1070 bool use_persistent:1; /* use persistent instead of durable handles */ member
Dsmb2pdu.c285 if (tcon->use_persistent) in smb2_reconnect()
2243 struct cifs_open_parms *oparms, bool use_persistent) in add_durable_context() argument
2248 if (use_persistent) { in add_durable_context()
2797 tcon->use_persistent); in SMB2_open_init()
Dcifsfs.c578 if (tcon->use_persistent) in cifs_show_options()
Dfile.c930 if (!tcon->use_persistent || !tcon->need_reopen_files) in cifs_reopen_persistent_handles()