Home
last modified time | relevance | path

Searched refs:NFS4_FHSIZE (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4_attr.h425 char data[NFS4_FHSIZE];
H A Dnfs4.h72 char fh_buf[NFS4_FHSIZE];
1105 char fhbuf[NFS4_FHSIZE];
H A Dnfs4_kprot.h49 #define NFS4_FHSIZE 128 macro
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h74 char data[NFS4_FHSIZE];
H A Dnfs4_xdr.c56 NFS4_FHSIZE)); in xdr_nfs_bfh4()
/titanic_44/usr/src/head/rpcsvc/
H A Dnfs4_prot.x68 const NFS4_FHSIZE = 128; variable
180 typedef opaque nfs_fh4<NFS4_FHSIZE>; typedef
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3734 nsfh->sfh_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP); in sfh4_put()
3751 kmem_free(nsfh->sfh_fh.nfs_fh4_val, NFS4_FHSIZE); in sfh4_put()
3773 ASSERT(fh->nfs_fh4_len <= NFS4_FHSIZE); in sfh4_get()
3878 kmem_free(sfh->sfh_fh.nfs_fh4_val, NFS4_FHSIZE); in sfh4_rele()
3904 ASSERT(newfh->nfs_fh4_len <= NFS4_FHSIZE); in sfh4_update()
3962 ASSERT(fhp->fh_len <= NFS4_FHSIZE); in sfh4_copyval()
H A Dnfs4_xdr.c634 (uint_t *)&objp->nfs_fh4_len, NFS4_FHSIZE)); in xdr_nfs_fh4()
1065 NFS4_FHSIZE)) in xdr_ga_fattr_res()
4137 NFS4_FHSIZE)); in xdr_nfs_argop4()
4365 ASSERT(len <= NFS4_FHSIZE); in xdr_cnfs_argop4()
4651 NFS4_FHSIZE)); in xdr_nfs_resop4()
4827 NFS4_FHSIZE)); in xdr_nfs_resop4_clnt()
5174 (uint_t *)&gargs->fh.nfs_fh4_len, NFS4_FHSIZE)) in xdr_cnfs_cb_argop4()
5187 (uint_t *)&rargs->fh.nfs_fh4_len, NFS4_FHSIZE)); in xdr_cnfs_cb_argop4()
H A Dnfs4_subr.c1726 if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) { in remap_lookup()
1754 if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) { in remap_lookup()
H A Dnfs4_vfsops.c2020 ASSERT(tmpfhp->nfs_fh4_len <= NFS4_FHSIZE); in nfs4getfh_otw()
2024 ASSERT(resfhp->nfs_fh4_len <= NFS4_FHSIZE); in nfs4getfh_otw()
H A Dnfs_export.c2696 char fhbuf[NFS4_FHSIZE]; in add_volrnm_fh()
H A Dnfs4_srv.c4916 cs->saved_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP); in rfs4_op_savefh()
5956 kmem_free(cs.saved_fh.nfs_fh4_val, NFS4_FHSIZE); in rfs4_compound()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c283 (uint_t *)&objp->nfs_fh4_len, NFS4_FHSIZE)) in xdr_nfs_fh4()