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