Searched refs:makefh4 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/nfs/ |
H A D | export.h | 682 extern int makefh4(nfs_fh4 *, struct vnode *, struct exportinfo *);
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 2213 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 D | nfs4_srv_readdir.c | 1079 (void) makefh4((nfs_fh4 *)&fh, vp, in rfs4_op_readdir()
|
H A D | nfs4_srv.c | 1857 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 D | nfs4_srv_attr.c | 831 return (makefh4(&na->filehandle, sarg->cs->vp, in rfs4_fattr4_filehandle()
|