Home
last modified time | relevance | path

Searched refs:makefh4 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h739 extern int makefh4(nfs_fh4 *, struct vnode *, struct exportinfo *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2471 makefh4(nfs_fh4 *fh, vnode_t *vp, struct exportinfo *exi) in makefh4() function
2981 error = makefh4(&fh4, vp, exi); in add_volrnm_fh()
H A Dnfs4_srv_readdir.c1070 (void) makefh4((nfs_fh4 *)&fh, vp, in rfs4_op_readdir()
H A Dnfs4_srv.c2098 error = makefh4(&cs->fh, vp, cs->exi); in rfs4_op_create()
3111 error = makefh4(&cs->fh, vp, cs->exi); in do_rfs4_op_lookup()
3328 error = makefh4(&cs->fh, avp, cs->exi); in rfs4_op_openattr()
3696 error = makefh4(&cs->fh, vp, ne->exi_public); in rfs4_op_putpubfh()
3890 error = makefh4(&cs->fh, ZONE_ROOTVP(), exi); in rfs4_op_putrootfh()
6899 error = makefh4(&cs->fh, vp, cs->exi); in rfs4_createfile()
7326 error = makefh4(&cs->fh, cs->vp, cs->exi); in rfs4_do_opendelcur()
H A Dnfs4_srv_attr.c859 return (makefh4(&na->filehandle, sarg->cs->vp, in rfs4_fattr4_filehandle()