Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h642 extern int makefh3(nfs_fh3 *, struct vnode *, struct exportinfo *);
/illumos-gate/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.c554 error = makefh3(&resp->resok.object, vp, exi); in rfs3_lookup()
1869 error = makefh3(&resp->resok.obj.handle, vp, exi); in rfs3_create()
2032 error = makefh3(&resp->resok.obj.handle, vp, exi); in rfs3_mkdir()
2208 error = makefh3(&resp->resok.obj.handle, vp, exi); in rfs3_symlink()
2406 error = makefh3(&resp->resok.obj.handle, vp, exi); in rfs3_mknod()
3702 error = makefh3(&infop[i].fh.handle, nvp, exi); in rfs3_readdirplus()
H A Dnfs_export.c2067 error = makefh3(&fh, vp, exi); in nfs_getfh()
2367 makefh3(nfs_fh3 *fh, vnode_t *vp, struct exportinfo *exi) in makefh3() function