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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c147 static void nfs_inactive(vnode_t *, cred_t *, caller_context_t *);
221 VOPNAME_INACTIVE, { .vop_inactive = nfs_inactive },
328 * nfs_inactive() will clean up state: if the zone of the
1587 nfs_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) function
1601 nfs_async_inactive(vp, cr, nfs_inactive);
2215 * we rename it instead of removing it and nfs_inactive

Completed in 54 milliseconds