Home
last modified time | relevance | path

Searched refs:fem_uninstall (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fem.c174 VERIFY0(fem_uninstall(node->vp, smb_fcn_ops, (void *)node)); in smb_fem_fcn_uninstall()
194 VERIFY0(fem_uninstall(node->vp, smb_oplock_ops, (void *)node)); in smb_fem_oplock_uninstall()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c1655 (void) fem_uninstall(vp, deleg_rdops, in rfs4_deleg_state()
1696 (void) fem_uninstall(vp, deleg_wrops, in rfs4_deleg_state()
1771 (void) fem_uninstall(fp->rf_vp, deleg_rdops, in rfs4_return_deleg()
1775 (void) fem_uninstall(fp->rf_vp, deleg_wrops, in rfs4_return_deleg()
H A Dnfs4_state.c3973 (void) fem_uninstall(vp, deleg_rdops, in rfs4_file_walk_callout()
3978 (void) fem_uninstall(vp, deleg_wrops, in rfs4_file_walk_callout()
/titanic_41/usr/src/uts/common/sys/
H A Dfem.h427 extern int fem_uninstall(struct vnode *v, fem_t *mon, void *arg);
/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fop.c580 (void) fem_uninstall(vp, (fem_t *)pvp->pvp_femp, vp); in port_fop_femuninstall()
1181 (void) fem_uninstall(vp, femp, vp); in port_pfp_setup()
/titanic_41/usr/src/uts/common/fs/
H A Dfem.c3340 fem_uninstall(vnode_t *v, fem_t *mon, void *arg) in fem_uninstall() function