Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h284 bool no_lease:1; /* disable requesting leases */ member
H A Dconnect.c2558 if (tcon->no_lease != ctx->no_lease) in match_tcon()
2858 if (ctx->no_lease) { in cifs_get_tcon()
2865 tcon->no_lease = ctx->no_lease; in cifs_get_tcon()
4219 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
H A Dcifsglob.h1265 bool no_lease:1; /* Do not request leases on files or directories */ member
H A Dfs_context.c1313 ctx->no_lease = result.negated; in smb3_fs_context_parse_param()
H A Dcifsfs.c620 if (tcon->no_lease) in cifs_show_options()
H A Dsmb2pdu.c3157 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()