Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c844 smb_node_fcn_t *fcn = &node->n_fcn; in smb_node_fcn_subscribe()
857 smb_node_fcn_t *fcn = &node->n_fcn; in smb_node_fcn_unsubscribe()
1216 mutex_init(&node->n_fcn.fcn_mutex, NULL, MUTEX_DEFAULT, NULL); in smb_node_constructor()
1217 list_create(&node->n_fcn.fcn_watchers, sizeof (smb_request_t), in smb_node_constructor()
1244 list_destroy(&node->n_fcn.fcn_watchers); in smb_node_destructor()
1245 mutex_destroy(&node->n_fcn.fcn_mutex); in smb_node_destructor()
H A Dsmb_nt_transact_notify_change.c368 fcn = &node->n_fcn; in smb_notify_event()
H A Dsmb_ofile.c414 if (of->f_node->n_fcn.fcn_count) in smb_ofile_close()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h642 smb_node_fcn_t n_fcn; member