Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_create.c68 uint_t cc_in_flags; /* CCTX_... */ member
253 cctx.cc_in_flags &= in smb2_create()
263 cctx.cc_in_flags &= in smb2_create()
273 dh_flags = cctx.cc_in_flags & in smb2_create()
289 if ((cctx.cc_in_flags & in smb2_create()
292 if ((cctx.cc_in_flags & CCTX_DH_RECONNECT_V2) != 0) in smb2_create()
298 cctx.cc_in_flags &= in smb2_create()
312 if (cctx.cc_in_flags & CCTX_REQUEST_LEASE) in smb2_create()
346 cctx.cc_in_flags &= ~CCTX_REQUEST_LEASE; in smb2_create()
353 if ((cctx.cc_in_flags & CCTX_REQUEST_LEASE) == 0) { in smb2_create()
[all …]