Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_notify.c226 nc->nc_events |= FILE_NOTIFY_CHANGE_EV_DELETE; in smb_notify_act1()
429 if (nc->nc_events & FILE_NOTIFY_CHANGE_EV_DELETE) { in smb_notify_get_events()
510 FILE_NOTIFY_CHANGE_EV_DELETE); in smb_notify_get_events()
626 FILE_NOTIFY_CHANGE_EV_DELETE,
661 FILE_NOTIFY_CHANGE_EV_DELETE | in smb_notify_ofile()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h506 #define FILE_NOTIFY_CHANGE_EV_DELETE 0x00020000 macro