Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_oplock.c247 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_OPLOCKS)) { in smb1_oplock_acquire()
H A Dsmb2_oplock.c424 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_OPLOCKS)) { in smb2_oplock_acquire()
H A Dsmb2_lease.c789 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_OPLOCKS)) { in smb2_lease_acquire()
H A Dsmb_tree.c1241 flags |= SMB_TREE_OPLOCKS; in smb_tree_get_flags()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1590 SMB_TREE_OPLOCKS,
1591 SMB_TREE_OPLOCKS },
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1113 #define SMB_TREE_OPLOCKS 0x00000040 macro