Searched refs:f_notify (Results 1 – 4 of 4) sorted by relevance
195 nc = &of->f_notify; in smb_notify_act1()281 nc = &of->f_notify; in smb_notify_act2()354 nc = &of->f_notify; in smb_notify_act3()416 nc = &of->f_notify; in smb_notify_get_events()653 nc = &of->f_notify; in smb_notify_ofile()724 smb_notify_t *nc = &of->f_notify; in smb_notify_encode_action()
348 list_create(&of->f_notify.nc_waiters, sizeof (smb_request_t), in smb_ofile_alloc()551 if (of->f_notify.nc_subscribed) in smb_ofile_close()555 if (of->f_notify.nc_subscribed) { in smb_ofile_close()556 of->f_notify.nc_subscribed = B_FALSE; in smb_ofile_close()558 of->f_notify.nc_filter = 0; in smb_ofile_close()1543 ASSERT(of->f_notify.nc_subscribed == B_FALSE); in smb_ofile_delete()1544 MBC_FLUSH(&of->f_notify.nc_buffer); in smb_ofile_delete()1588 list_destroy(&of->f_notify.nc_waiters); in smb_ofile_free()
942 if (of->f_notify.nc_subscribed) in smb_node_notify_change()
1444 smb_notify_t f_notify; member