Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_create.c397 op->dh_v2_flags &= ~DH_PERSISTENT; in smb2_create()
466 if ((op->dh_v2_flags & DH_PERSISTENT) != 0) in smb2_create()
519 if ((op->dh_v2_flags & DH_PERSISTENT) != 0) { in smb2_create()
523 op->dh_v2_flags = 0; in smb2_create()
550 op->dh_v2_flags = 0; in smb2_create()
962 &op->dh_v2_flags); /* l */ in smb2_decode_create_ctx()
974 op->dh_v2_flags = 0; in smb2_decode_create_ctx()
981 &op->dh_v2_flags, /* l */ in smb2_decode_create_ctx()
995 op->dh_v2_flags = 0; in smb2_decode_create_ctx()
1140 op->dh_timeout, op->dh_v2_flags); in smb2_encode_create_ctx()
H A Dsmb2_durable.c132 (op->dh_v2_flags & SMB2_DHANDLE_FLAG_PERSISTENT) != 0) in smb_dh_create_allowed()
136 ((op->dh_v2_flags & SMB2_DHANDLE_FLAG_PERSISTENT) != 0 || in smb_dh_create_allowed()
1388 ((op->dh_v2_flags & SMB2_DHANDLE_FLAG_PERSISTENT) != 0); in smb2_dh_reconnect_checks()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1665 uint32_t dh_v2_flags; member