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.c2559 if (tcon->no_lease != ctx->no_lease) in match_tcon()
2859 if (ctx->no_lease) { in cifs_get_tcon()
2866 tcon->no_lease = ctx->no_lease; in cifs_get_tcon()
4220 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
H A Dcifsglob.h1268 bool no_lease:1; /* Do not request leases on files or directories */ member
H A Dcifsfs.c654 if (tcon->no_lease) in cifs_show_options()
H A Dfs_context.c1338 ctx->no_lease = 1; in smb3_fs_context_parse_param()
H A Dsmb2pdu.c3144 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()