Searched defs:nfs3_inactive (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c181 static void nfs3_inactive(vnode_t *, cred_t *, caller_context_t *);
257 VOPNAME_INACTIVE, { .vop_inactive = nfs3_inactive },
366 * nfs3_inactive() will clean up state: if the zone of the
1803 nfs3_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) function
1817 nfs_async_inactive(vp, cr, nfs3_inactive);

Completed in 72 milliseconds