Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_oplock.c279 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_FORCE_L2_OPLOCK)) { in smb1_oplock_acquire()
H A Dsmb2_oplock.c457 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_FORCE_L2_OPLOCK)) { in smb2_oplock_acquire()
H A Dsmb2_lease.c811 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_FORCE_L2_OPLOCK)) { in smb2_lease_acquire()
H A Dsmb_tree.c1238 flags |= SMB_TREE_FORCE_L2_OPLOCK; in smb_tree_get_flags()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1632 SMB_TREE_FORCE_L2_OPLOCK,
1633 SMB_TREE_FORCE_L2_OPLOCK },
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1127 #define SMB_TREE_FORCE_L2_OPLOCK 0x00100000 macro