Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/nfs/
H A Dexport.h682 extern int makefh4(nfs_fh4 *, struct vnode *, struct exportinfo *);
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2213 makefh4(nfs_fh4 *fh, vnode_t *vp, struct exportinfo *exi) in makefh4() function
2701 error = makefh4(&fh4, vp, exi); in add_volrnm_fh()
H A Dnfs4_srv_readdir.c1079 (void) makefh4((nfs_fh4 *)&fh, vp, in rfs4_op_readdir()
H A Dnfs4_srv.c1857 error = makefh4(&cs->fh, vp, cs->exi); in rfs4_op_create()
2870 error = makefh4(&cs->fh, vp, cs->exi); in do_rfs4_op_lookup()
3082 error = makefh4(&cs->fh, avp, cs->exi); in rfs4_op_openattr()
3461 error = makefh4(&cs->fh, vp, exi); in rfs4_op_putpubfh()
3666 error = makefh4(&cs->fh, rootdir, exi); in rfs4_op_putrootfh()
6705 error = makefh4(&cs->fh, vp, cs->exi); in rfs4_createfile()
7122 if (error = makefh4(&cs->fh, cs->vp, cs->exi)) { in rfs4_do_opendelcur()
H A Dnfs4_srv_attr.c831 return (makefh4(&na->filehandle, sarg->cs->vp, in rfs4_fattr4_filehandle()