Home
last modified time | relevance | path

Searched refs:FILE_NOTIFY_CHANGE_EV_OVERFLOW (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_notify.c437 if (nc->nc_events & FILE_NOTIFY_CHANGE_EV_OVERFLOW) { in smb_notify_get_events()
732 if ((nc->nc_events & FILE_NOTIFY_CHANGE_EV_OVERFLOW) != 0) in smb_notify_encode_action()
747 nc->nc_events |= FILE_NOTIFY_CHANGE_EV_OVERFLOW; in smb_notify_encode_action()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h508 #define FILE_NOTIFY_CHANGE_EV_OVERFLOW 0x00080000 macro