Home
last modified time | relevance | path

Searched refs:nfs4_realvp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c206 extern int nfs4_realvp(vnode_t *, vnode_t **, caller_context_t *);
294 VOPNAME_REALVP, { .vop_realvp = nfs4_realvp },
H A Dnfs4_vnops.c285 int nfs4_realvp(vnode_t *, vnode_t **, caller_context_t *);
430 VOPNAME_REALVP, { .vop_realvp = nfs4_realvp },
11035 nfs4_realvp(vnode_t *vp, vnode_t **vpp, caller_context_t *ct) in nfs4_realvp() function