Home
last modified time | relevance | path

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

/fs/cifs/
Dfs_context.h223 bool no_lease:1; /* disable requesting leases */ member
Dconnect.c2081 if (tcon->no_lease != ctx->no_lease) in match_tcon()
2341 if (ctx->no_lease) { in cifs_get_tcon()
2348 tcon->no_lease = ctx->no_lease; in cifs_get_tcon()
3871 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
Dcifsglob.h1094 bool no_lease:1; /* Do not request leases on files or directories */ member
Dfs_context.c938 ctx->no_lease = 1; in smb3_fs_context_parse_param()
Dcifsfs.c526 if (tcon->no_lease) in cifs_show_options()
Dsmb2pdu.c2785 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()