Home
last modified time | relevance | path

Searched refs:f_notify (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_notify.c195 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()
721 smb_notify_t *nc = &of->f_notify; in smb_notify_encode_action()
H A Dsmb_ofile.c348 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()
H A Dsmb_node.c942 if (of->f_notify.nc_subscribed) in smb_node_notify_change()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1444 smb_notify_t f_notify; member