Searched refs:nt_flags (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_create_andx.c181 &op->nt_flags,
206 if (op->nt_flags & NT_CREATE_FLAG_REQUEST_OPLOCK) {
207 if (op->nt_flags & NT_CREATE_FLAG_REQUEST_OPBATCH)
H A Dsmb_nt_transact_create.c69 &op->nt_flags,
97 if (op->nt_flags & NT_CREATE_FLAG_REQUEST_OPLOCK) {
98 if (op->nt_flags & NT_CREATE_FLAG_REQUEST_OPBATCH)
H A Dsmb_common_open.c505 (op->nt_flags & NT_CREATE_FLAG_OPEN_TARGET_DIR)) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c580 ntp->nt_flags |= SMBT2_ALLOCED;
656 if (ntp->nt_flags & SMBT2_ALLOCED)
821 ntp->nt_flags &= ~SMBT2_MOREDATA;
825 ntp->nt_flags |= SMBT2_MOREDATA;
911 ntp->nt_flags |= SMBT2_ALLRECV;
922 ntp->nt_flags |= SMBT2_MOREDATA;
1353 if (error && !(ntp->nt_flags & SMBT2_MOREDATA))
1366 if (error && !(ntp->nt_flags & SMBT2_MOREDATA)) {
1368 ntp->nt_flags |= SMBT2_RESTART;
1420 ntp->nt_flags
[all...]
H A Dsmb_rq.h160 int nt_flags; /* SMBT2_ */ member in struct:smb_ntrq
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1459 uint32_t nt_flags; member in struct:open_param
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c2476 if (error && !(ntp->nt_flags & SMBT2_MOREDATA))

Completed in 65 milliseconds