Searched refs:makefh3 (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/nfs/ |
H A D | export.h | 616 extern int makefh3(nfs_fh3 *, struct vnode *, struct exportinfo *);
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_srv.c | 666 error = makefh3(&resp->resok.fh, avp, exi); in acl3_getxattrdir()
|
H A D | nfs3_srv.c | 510 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 D | nfs_export.c | 1813 error = makefh3(&fh, vp, exi); in nfs_getfh() 2109 makefh3(nfs_fh3 *fh, vnode_t *vp, struct exportinfo *exi) in makefh3() function
|