/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 561 nfs_fh4 ro_reply_fh; 731 nfs_fh4 rf_filehandle; 822 nfs_resop4 *, nfs_fh4 *); 850 extern rfs4_file_t *rfs4_findfile(vnode_t *, nfs_fh4 *, bool_t *); 851 extern rfs4_file_t *rfs4_findfile_withlock(vnode_t *, nfs_fh4 *, 1101 nfs_fh4 fh; /* ditto. valid only if vp != NULL */ 1102 nfs_fh4 saved_fh; /* ditto. valid only if */ 1160 nfs_fh4 *fhp; 1272 extern void nfs_fh4_copy(nfs_fh4 *, nfs_fh4 *); 1280 extern int nfs4cmpfh(const nfs_fh4 *, const nfs_fh4 *);
|
H A D | nfs4_kprot.h | 221 } nfs_fh4; typedef 449 typedef nfs_fh4 fattr4_filehandle; 764 nfs_fh4 object; 1075 nfs_fh4 object; 1560 nfs_fh4 fh; 1574 nfs_fh4 fh; 1643 extern bool_t xdr_nfs_fh4(XDR *, nfs_fh4 *);
|
H A D | export.h | 682 extern int makefh4(nfs_fh4 *, struct vnode *, struct exportinfo *); 683 extern vnode_t *nfs4_fhtovp(nfs_fh4 *, struct exportinfo *, nfsstat4 *);
|
H A D | nfs4_clnt.h | 1534 extern void nfs4rename_update(vnode_t *, vnode_t *, nfs_fh4 *, char *); 2137 nfs_fh4 sfh_fh; /* key and current filehandle */ 2155 extern nfs4_sharedfh_t *sfh4_get(const nfs_fh4 *, mntinfo4_t *); 2156 extern nfs4_sharedfh_t *sfh4_put(const nfs_fh4 *, mntinfo4_t *, 2158 extern void sfh4_update(nfs4_sharedfh_t *, const nfs_fh4 *);
|
H A D | nfs4_attr.h | 421 nfs_fh4 n4g_fh;
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | nfs_acl.x | 293 nfs_fh4 fh; 318 nfs_fh4 fh;
|
H A D | nfs4_prot.x | 180 typedef opaque nfs_fh4<NFS4_FHSIZE>; 423 typedef nfs_fh4 fattr4_filehandle; 717 nfs_fh4 object; 1097 nfs_fh4 object; 1526 nfs_fh4 fh; 1544 nfs_fh4 fh;
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_subr.c | 138 nfs_fh4_copy(nfs_fh4 *from, nfs_fh4 *to) in nfs_fh4_copy() 151 nfs4cmpfh(const nfs_fh4 *fh4p1, const nfs_fh4 *fh4p2) in nfs4cmpfh() 1638 nfs4rename_update(vnode_t *renvp, vnode_t *ndvp, nfs_fh4 *nfh4p, char *nnm) in nfs4rename_update() 1659 nfs_fh4 *fhp, nfs4_ga_res_t *garp, /* fh, attrs for object */ in remap_lookup() 1660 nfs_fh4 *pfhp, nfs4_ga_res_t *pgarp, /* fh, attrs for parent */ in remap_lookup() 1669 nfs_fh4 *tmpfhp; in remap_lookup() 1798 nfs_fh4 newfh = {0, NULL}, newpfh = {0, NULL}; in nfs4_remap_file() 2055 nfs_fh4 newfh = {0, NULL}, newpfh = {0, NULL}; in nfs4_make_dotdot()
|
H A D | nfs_export.c | 89 static struct ex_vol_rename *find_volrnm_fh(exportinfo_t *, nfs_fh4 *); 90 static uint32_t find_volrnm_fh_id(exportinfo_t *, nfs_fh4 *); 2213 makefh4(nfs_fh4 *fh, vnode_t *vp, struct exportinfo *exi) in makefh4() 2372 nfs4_fhtovp(nfs_fh4 *fh, struct exportinfo *exi, nfsstat4 *statp) in nfs4_fhtovp() 2634 find_volrnm_fh(struct exportinfo *exi, nfs_fh4 *fh4p) in find_volrnm_fh() 2659 find_volrnm_fh_id(struct exportinfo *exi, nfs_fh4 *fh4p) in find_volrnm_fh_id() 2697 nfs_fh4 fh4; in add_volrnm_fh()
|
H A D | nfs4_vfsops.c | 1230 getlinktext_otw(mntinfo4_t *mi, nfs_fh4 *fh, char **linktextp, cred_t *cr, in getlinktext_otw() 1359 resolve_sympath(mntinfo4_t *mi, servinfo4_t *svp, int nth, nfs_fh4 *fh, in resolve_sympath() 1613 nfs_fh4 *fh) in resolve_referral() 1685 nfs_fh4 *tmpfhp; in nfs4getfh_otw() 1686 nfs_fh4 *resfhp; in nfs4getfh_otw() 2178 nfs_fh4 rootfh; in nfs4_remap_root() 2278 nfs_fh4 fh; in nfs4rootvp()
|
H A D | nfs4_srv_readdir.c | 1079 (void) makefh4((nfs_fh4 *)&fh, vp, in rfs4_op_readdir() 1083 set_fh4_flag((nfs_fh4 *)&fh, in rfs4_op_readdir()
|
H A D | nfs4_state.c | 2148 rfs4_update_open_resp(rfs4_openowner_t *oo, nfs_resop4 *resp, nfs_fh4 *fh) in rfs4_update_open_resp() 2377 nfs_fh4 *fh; 2386 nfs_fh4 *fh = ap->fh; in rfs4_file_create() 2421 rfs4_findfile(vnode_t *vp, nfs_fh4 *fh, bool_t *create) in rfs4_findfile() 2460 rfs4_findfile_withlock(vnode_t *vp, nfs_fh4 *fh, bool_t *create) in rfs4_findfile_withlock()
|
H A D | nfs4_srv_attr.c | 793 rfs4fhcmp(nfs_fh4 *wirefh, nfs_fh4 *srvfh) in rfs4fhcmp() 812 nfs_fh4 *fh; in rfs4_fattr4_filehandle()
|
H A D | nfs4_stub_vnops.c | 1525 nfs_fh4 *stub_fh, *dfh; in find_referral_stubvp() 1552 stub_fh = kmem_alloc(sizeof (nfs_fh4), KM_SLEEP); in find_referral_stubvp() 1570 kmem_free(stub_fh, sizeof (nfs_fh4)); in find_referral_stubvp()
|
H A D | nfs4_client.c | 3716 sfh4_put(const nfs_fh4 *fh, mntinfo4_t *mi, nfs4_sharedfh_t *key) in sfh4_put() 3768 sfh4_get(const nfs_fh4 *fh, mntinfo4_t *mi) in sfh4_get() 3892 sfh4_update(nfs4_sharedfh_t *sfh, const nfs_fh4 *newfh) in sfh4_update()
|
H A D | nfs4_xdr.c | 410 xdr_decode_nfs_fh4(XDR *xdrs, nfs_fh4 *objp) in xdr_decode_nfs_fh4() 569 xdr_encode_nfs_fh4(XDR *xdrs, nfs_fh4 *objp) in xdr_encode_nfs_fh4() 627 xdr_nfs_fh4(XDR *xdrs, nfs_fh4 *objp) in xdr_nfs_fh4() 3971 nfs_fh4 *objp = &array[i].nfs_argop4_u.opputfh.object; in xdr_snfs_argop4_free()
|
H A D | nfs4_srv_deleg.c | 842 nfs_fh4 *fhp; in rfs4_do_cb_recall()
|
H A D | nfs4_callback.c | 86 nfs_fh4 nfs4_deleg_anyfh = { sizeof (nfs4_deleg_fh)-1, nfs4_deleg_fh };
|
H A D | nfs4_recovery.c | 1572 nfs_fh4 fh; in recov_newserver()
|
H A D | nfs4_vnops.c | 5265 nfs_fh4 *fhp; in nfs4lookupvalidate_otw() 5700 nfs_fh4 *fhp; in nfs4lookupnew_otw() 9487 nfs_fh4 *fhp; in nfs4readdir() 14859 nfs_fh4 fh; in vtodv()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 591 static char *sum_fh4(nfs_fh4 *fhp); 592 static void detail_fh4(nfs_fh4 *fh); 2099 sum_fh4(nfs_fh4 *fh) in sum_fh4() 2109 detail_fh4(nfs_fh4 *fh) in detail_fh4() 4310 static nfs_fh4 val; in prt_filehandle()
|
H A D | nfs4_xdr.c | 279 xdr_nfs_fh4(register XDR *xdrs, nfs_fh4 *objp) in xdr_nfs_fh4()
|