Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dfs_context.h226 bool no_lease:1; /* disable requesting leases */ member
Dconnect.c2306 if (tcon->no_lease != ctx->no_lease) in match_tcon()
2578 if (ctx->no_lease) { in cifs_get_tcon()
2585 tcon->no_lease = ctx->no_lease; in cifs_get_tcon()
4221 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
Dcifsglob.h1216 bool no_lease:1; /* Do not request leases on files or directories */ member
Dfs_context.c949 ctx->no_lease = 1; in smb3_fs_context_parse_param()
Dcifsfs.c546 if (tcon->no_lease) in cifs_show_options()
Dsmb2pdu.c2851 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()