Searched refs:nc_events (Results 1 – 2 of 2) sorted by relevance
226 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()437 if (nc->nc_events & FILE_NOTIFY_CHANGE_EV_OVERFLOW) { in smb_notify_get_events()448 if ((nc->nc_events & FILE_NOTIFY_VALID_MASK) == 0) { in smb_notify_get_events()509 nc->nc_events &= (FILE_NOTIFY_CHANGE_EV_CLOSED | in smb_notify_get_events()[all …]
536 uint32_t nc_events; member