Home
last modified time | relevance | path

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

/fs/smb/client/
Dfs_context.h226 bool no_lease:1; /* disable requesting leases */ member
Dconnect.c2404 if (tcon->no_lease != ctx->no_lease) in match_tcon()
2677 if (ctx->no_lease) { in cifs_get_tcon()
2684 tcon->no_lease = ctx->no_lease; in cifs_get_tcon()
4314 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
Dfs_context.c958 ctx->no_lease = 1; in smb3_fs_context_parse_param()
Dcifsglob.h1186 bool no_lease:1; /* Do not request leases on files or directories */ member
Dcifsfs.c546 if (tcon->no_lease) in cifs_show_options()
Dsmb2pdu.c2903 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()