Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_notify.c221 if (nc->nc_subscribed == B_FALSE) { in smb_notify_act1()
222 nc->nc_subscribed = B_TRUE; in smb_notify_act1()
H A Dsmb_ofile.c551 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()
1543 ASSERT(of->f_notify.nc_subscribed == B_FALSE); in smb_ofile_delete()
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.h538 boolean_t nc_subscribed; member