Home
last modified time | relevance | path

Searched refs:nc_events (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()
239 if (nc->nc_events != 0) { in smb_notify_act1()
323 if (nc->nc_events != 0) { in smb_notify_act2()
420 uint32_t, nc->nc_events); in smb_notify_get_events()
425 if (nc->nc_events & FILE_NOTIFY_CHANGE_EV_CLOSED) { in smb_notify_get_events()
429 if (nc->nc_events & FILE_NOTIFY_CHANGE_EV_DELETE) { in smb_notify_get_events()
433 if (nc->nc_events & FILE_NOTIFY_CHANGE_EV_SUBDIR) { in smb_notify_get_events()
509 nc->nc_events &= (FILE_NOTIFY_CHANGE_EV_CLOSED | in smb_notify_get_events()
685 nc->nc_events |= events; in smb_notify_ofile()
696 nc->nc_events |= events; in smb_notify_ofile()
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h536 uint32_t nc_events; member