Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_notify.c425 if (nc->nc_events & FILE_NOTIFY_CHANGE_EV_CLOSED) { in smb_notify_get_events()
509 nc->nc_events &= (FILE_NOTIFY_CHANGE_EV_CLOSED | in smb_notify_get_events()
629 FILE_NOTIFY_CHANGE_EV_CLOSED,
662 FILE_NOTIFY_CHANGE_EV_CLOSED; in smb_notify_ofile()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h507 #define FILE_NOTIFY_CHANGE_EV_CLOSED 0x00040000 macro