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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c90 static int nlm_init_fh_by_vp(vnode_t *, struct netobj *, rpcvers_t *);
487 error = nlm_init_fh_by_vp(llp->ll_vp, &lm_fh, &vers);
503 error = nlm_init_fh_by_vp(nsp->ns_vp, &lm_fh, &vers);
677 error = nlm_init_fh_by_vp(vp, &lm_fh, &vers);
1301 error = nlm_init_fh_by_vp(vp, &lm_fh, &vers);
1538 nlm_init_fh_by_vp(vnode_t *vp, struct netobj *fh, rpcvers_t *lm_vers) function

Completed in 59 milliseconds