Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dfs_context.h284 bool no_lease:1; /* disable requesting leases */ member
H A Dconnect.c2544 if (tcon->no_lease != ctx->no_lease) in match_tcon()
2844 if (ctx->no_lease) { in cifs_get_tcon()
2851 tcon->no_lease = ctx->no_lease; in cifs_get_tcon()
4374 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
H A Dcifsglob.h1301 bool no_lease:1; /* Do not request leases on files or directories */ member
H A Dfs_context.c1246 ctx->no_lease = 1; in smb3_fs_context_parse_param()
H A Dcifsfs.c592 if (tcon->no_lease) in cifs_show_options()
H A Dsmb2pdu.c3061 if ((!server->oplocks) || (tcon->no_lease)) in SMB2_open_init()