Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dconnect.c2582 tcon->use_persistent = false; in cifs_get_tcon()
2592 tcon->use_persistent = true; in cifs_get_tcon()
2603 tcon->use_persistent = true; in cifs_get_tcon()
3942 ctx->persistent = master_tcon->use_persistent; in cifs_construct_tcon()
Dsmb2pdu.c306 if (tcon->use_persistent) in smb2_reconnect()
2324 struct cifs_open_parms *oparms, bool use_persistent) in add_durable_context() argument
2328 if (use_persistent) { in add_durable_context()
2859 tcon->use_persistent); in SMB2_open_init()
Dcifsglob.h1198 bool use_persistent:1; /* use persistent instead of durable handles */ member
Dcifsfs.c615 if (tcon->use_persistent) in cifs_show_options()
Dfile.c1127 if (!tcon->use_persistent || !tcon->need_reopen_files) in cifs_reopen_persistent_handles()