Searched refs:fem_uninstall (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fem.c | 181 rc = fem_uninstall(node->vp, smb_fcn_ops, (void *)node); in smb_fem_fcn_uninstall() 202 VERIFY0(fem_uninstall(node->vp, smb_oplock_ops, (void *)node)); in smb_fem_oplock_uninstall()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_deleg.c | 1672 (void) fem_uninstall(vp, deleg_rdops, in rfs4_deleg_state() 1713 (void) fem_uninstall(vp, deleg_wrops, in rfs4_deleg_state() 1788 (void) fem_uninstall(fp->rf_vp, deleg_rdops, in rfs4_return_deleg() 1792 (void) fem_uninstall(fp->rf_vp, deleg_wrops, in rfs4_return_deleg()
|
H A D | nfs4_state.c | 4210 (void) fem_uninstall(vp, deleg_rdops, in rfs4_file_walk_callout() 4215 (void) fem_uninstall(vp, deleg_wrops, in rfs4_file_walk_callout()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fem.h | 429 extern int fem_uninstall(struct vnode *v, fem_t *mon, void *arg);
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port_fop.c | 581 (void) fem_uninstall(vp, (fem_t *)pvp->pvp_femp, vp); in port_fop_femuninstall() 1182 (void) fem_uninstall(vp, femp, vp); in port_pfp_setup()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 3389 fem_uninstall(vnode_t *v, fem_t *mon, void *arg) in fem_uninstall() function
|