Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_attr.h441 char data[NFS4_FHSIZE];
H A Dnfs4.h74 char fh_buf[NFS4_FHSIZE];
1228 char fhbuf[NFS4_FHSIZE];
H A Dnfs4_kprot.h53 #define NFS4_FHSIZE 128 macro
/illumos-gate/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()
/illumos-gate/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.c681 (uint_t *)&objp->nfs_fh4_len, NFS4_FHSIZE)); in xdr_nfs_fh4()
1139 NFS4_FHSIZE)) in xdr_ga_fattr_res()
4187 NFS4_FHSIZE)); in xdr_nfs_argop4()
4419 ASSERT(len <= NFS4_FHSIZE); in xdr_cnfs_argop4()
4705 NFS4_FHSIZE)); in xdr_nfs_resop4()
4885 NFS4_FHSIZE)); in xdr_nfs_resop4_clnt()
5232 (uint_t *)&gargs->fh.nfs_fh4_len, NFS4_FHSIZE)) in xdr_cnfs_cb_argop4()
5245 (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 Dnfs4x_xdr.c2094 (uint_t *)&objp->lor_fh.nfs_fh4_len, NFS4_FHSIZE)) in xdr_layoutrecall_file4()
2103 NFS4_FHSIZE)) in xdr_layoutrecall_file4()
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.c2976 char fhbuf[NFS4_FHSIZE]; in add_volrnm_fh()
H A Dnfs4_srv.c789 kmem_free(cs->saved_fh.nfs_fh4_val, NFS4_FHSIZE); in rfs4_fini_compound_state()
5076 cs->saved_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP); in rfs4_op_savefh()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs_clnt.c874 if (si.sv_fhandle.fh_len >= 0 && si.sv_fhandle.fh_len <= NFS4_FHSIZE) in nfs4_servinfo_dcmd()
882 if (si.sv_pfhandle.fh_len >= 0 && si.sv_pfhandle.fh_len <= NFS4_FHSIZE) in nfs4_servinfo_dcmd()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x75 const NFS4_FHSIZE = 128;
250 typedef opaque nfs_fh4<NFS4_FHSIZE>; typedef
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c274 (uint_t *)&objp->nfs_fh4_len, NFS4_FHSIZE)) in xdr_nfs_fh4()