Home
last modified time | relevance | path

Searched refs:makefh3 (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h616 extern int makefh3(nfs_fh3 *, struct vnode *, struct exportinfo *);
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_srv.c666 error = makefh3(&resp->resok.fh, avp, exi); in acl3_getxattrdir()
H A Dnfs3_srv.c510 error = makefh3(&resp->resok.object, vp, exi); in rfs3_lookup()
1810 error = makefh3(&resp->resok.obj.handle, vp, exi); in rfs3_create()
1970 error = makefh3(&resp->resok.obj.handle, vp, exi); in rfs3_mkdir()
2143 error = makefh3(&resp->resok.obj.handle, vp, exi); in rfs3_symlink()
2339 error = makefh3(&resp->resok.obj.handle, vp, exi); in rfs3_mknod()
3614 error = makefh3(&infop[i].fh.handle, nvp, exi); in rfs3_readdirplus()
H A Dnfs_export.c1813 error = makefh3(&fh, vp, exi); in nfs_getfh()
2109 makefh3(nfs_fh3 *fh, vnode_t *vp, struct exportinfo *exi) in makefh3() function