Symbol: NFS4_FHSIZE
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
274
(uint_t *)&objp->nfs_fh4_len, NFS4_FHSIZE))
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
874
if (si.sv_fhandle.fh_len >= 0 && si.sv_fhandle.fh_len <= NFS4_FHSIZE)
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
882
if (si.sv_pfhandle.fh_len >= 0 && si.sv_pfhandle.fh_len <= NFS4_FHSIZE)
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
56
NFS4_FHSIZE));
usr/src/stand/lib/fs/nfs/nfs_inet.h
74
char data[NFS4_FHSIZE];
usr/src/uts/common/fs/nfs/nfs4_client.c
3733
nsfh->sfh_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_client.c
3750
kmem_free(nsfh->sfh_fh.nfs_fh4_val, NFS4_FHSIZE);
usr/src/uts/common/fs/nfs/nfs4_client.c
3772
ASSERT(fh->nfs_fh4_len <= NFS4_FHSIZE);
usr/src/uts/common/fs/nfs/nfs4_client.c
3877
kmem_free(sfh->sfh_fh.nfs_fh4_val, NFS4_FHSIZE);
usr/src/uts/common/fs/nfs/nfs4_client.c
3903
ASSERT(newfh->nfs_fh4_len <= NFS4_FHSIZE);
usr/src/uts/common/fs/nfs/nfs4_client.c
3961
ASSERT(fhp->fh_len <= NFS4_FHSIZE);
usr/src/uts/common/fs/nfs/nfs4_srv.c
5203
cs->saved_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_srv.c
860
kmem_free(cs->saved_fh.nfs_fh4_val, NFS4_FHSIZE);
usr/src/uts/common/fs/nfs/nfs4_subr.c
1726
if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) {
usr/src/uts/common/fs/nfs/nfs4_subr.c
1754
if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) {
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2017
ASSERT(tmpfhp->nfs_fh4_len <= NFS4_FHSIZE);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2021
ASSERT(resfhp->nfs_fh4_len <= NFS4_FHSIZE);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1139
NFS4_FHSIZE))
usr/src/uts/common/fs/nfs/nfs4_xdr.c
4111
NFS4_FHSIZE));
usr/src/uts/common/fs/nfs/nfs4_xdr.c
4343
ASSERT(len <= NFS4_FHSIZE);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
4629
NFS4_FHSIZE));
usr/src/uts/common/fs/nfs/nfs4_xdr.c
4809
NFS4_FHSIZE));
usr/src/uts/common/fs/nfs/nfs4_xdr.c
5171
(uint_t *)&gargs->fh.nfs_fh4_len, NFS4_FHSIZE))
usr/src/uts/common/fs/nfs/nfs4_xdr.c
5184
(uint_t *)&rargs->fh.nfs_fh4_len, NFS4_FHSIZE));
usr/src/uts/common/fs/nfs/nfs4_xdr.c
681
(uint_t *)&objp->nfs_fh4_len, NFS4_FHSIZE));
usr/src/uts/common/fs/nfs/nfs4x_xdr.c
2865
(uint_t *)&objp->lor_fh.nfs_fh4_len, NFS4_FHSIZE))
usr/src/uts/common/fs/nfs/nfs4x_xdr.c
2874
NFS4_FHSIZE))
usr/src/uts/common/fs/nfs/nfs_export.c
2976
char fhbuf[NFS4_FHSIZE];
usr/src/uts/common/nfs/nfs4.h
1262
char fhbuf[NFS4_FHSIZE];
usr/src/uts/common/nfs/nfs4.h
75
char fh_buf[NFS4_FHSIZE];
usr/src/uts/common/nfs/nfs4_attr.h
441
char data[NFS4_FHSIZE];