Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_create_andx.c183 &op->nt_flags, in smb_pre_nt_create_andx()
208 if (op->nt_flags & NT_CREATE_FLAG_REQUEST_OPLOCK) { in smb_pre_nt_create_andx()
209 if (op->nt_flags & NT_CREATE_FLAG_REQUEST_OPBATCH) in smb_pre_nt_create_andx()
328 if ((op->nt_flags & NT_CREATE_FLAG_EXTENDED_RESPONSE) != 0 && in smb_com_nt_create_andx()
H A Dsmb_nt_transact_create.c71 &op->nt_flags, in smb_pre_nt_transact_create()
99 if (op->nt_flags & NT_CREATE_FLAG_REQUEST_OPLOCK) { in smb_pre_nt_transact_create()
100 if (op->nt_flags & NT_CREATE_FLAG_REQUEST_OPBATCH) in smb_pre_nt_transact_create()
239 if ((op->nt_flags & NT_CREATE_FLAG_EXTENDED_RESPONSE) != 0 && in smb_nt_transact_create()
H A Dsmb_open_andx.c360 op->nt_flags |= NT_CREATE_FLAG_EXTENDED_RESPONSE; in smb_pre_open_andx()
450 if ((op->nt_flags & NT_CREATE_FLAG_EXTENDED_RESPONSE) != 0 && in smb_com_open_andx()
H A Dsmb_common_open.c485 (op->nt_flags & NT_CREATE_FLAG_OPEN_TARGET_DIR)) { in smb_common_open()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c700 ntp->nt_flags |= SMBT2_ALLOCED; in smb_nt_alloc()
776 if (ntp->nt_flags & SMBT2_ALLOCED) in smb_nt_done()
941 ntp->nt_flags &= ~SMBT2_MOREDATA; in smb_nt_reply()
945 ntp->nt_flags |= SMBT2_MOREDATA; in smb_nt_reply()
1031 ntp->nt_flags |= SMBT2_ALLRECV; in smb_nt_reply()
1042 ntp->nt_flags |= SMBT2_MOREDATA; in smb_nt_reply()
1473 if (error && !(ntp->nt_flags & SMBT2_MOREDATA)) in smb_nt_request_int()
1486 if (error && !(ntp->nt_flags & SMBT2_MOREDATA)) { in smb_nt_request_int()
1488 ntp->nt_flags |= SMBT2_RESTART; in smb_nt_request_int()
1540 ntp->nt_flags &= ~SMBT2_RESTART; in smb_nt_request()
[all …]
H A Dsmb_rq.h188 int nt_flags; /* SMBT2_ */ member
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb1.c850 if (error && !(ntp->nt_flags & SMBT2_MOREDATA)) in smbfs_smb1_getsec()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1624 uint32_t nt_flags; member