Home
last modified time | relevance | path

Searched refs:CAP_LEVEL_II_OPLOCKS (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_negotiate.c323 | CAP_LEVEL_II_OPLOCKS in smb_com_negotiate()
H A Dsmb_session_setup_andx.c187 sr->session->capabilities &= ~CAP_LEVEL_II_OPLOCKS; in smb_com_session_setup_andx()
H A Dsmb_session.c1418 return (session->capabilities & CAP_LEVEL_II_OPLOCKS); in smb_session_levelII_oplocks()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb.h853 #define CAP_LEVEL_II_OPLOCKS 0x0080 macro