Home
last modified time | relevance | path

Searched refs:no_lease (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dfs_context.h227 bool no_lease:1; /* disable requesting leases */ member
Dconnect.c2367 if (tcon->no_lease != ctx->no_lease) in match_tcon()
2650 if (ctx->no_lease) { in cifs_get_tcon()
2657 tcon->no_lease = ctx->no_lease; in cifs_get_tcon()
3940 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
Dfs_context.c1001 ctx->no_lease = 1; in smb3_fs_context_parse_param()
Dcifsglob.h1199 bool no_lease:1; /* Do not request leases on files or directories */ member
Dcifsfs.c551 if (tcon->no_lease) in cifs_show_options()
Dsmb2pdu.c2841 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()