Searched refs:NFS4_FHSIZE (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4_attr.h | 441 char data[NFS4_FHSIZE];
|
H A D | nfs4.h | 74 char fh_buf[NFS4_FHSIZE]; 1228 char fhbuf[NFS4_FHSIZE];
|
H A D | nfs4_kprot.h | 53 #define NFS4_FHSIZE 128 macro
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfs_inet.h | 74 char data[NFS4_FHSIZE];
|
H A D | nfs4_xdr.c | 56 NFS4_FHSIZE)); in xdr_nfs_bfh4()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client.c | 3734 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 D | nfs4_xdr.c | 681 (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 D | nfs4_subr.c | 1726 if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) { in remap_lookup() 1754 if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) { in remap_lookup()
|
H A D | nfs4x_xdr.c | 2094 (uint_t *)&objp->lor_fh.nfs_fh4_len, NFS4_FHSIZE)) in xdr_layoutrecall_file4() 2103 NFS4_FHSIZE)) in xdr_layoutrecall_file4()
|
H A D | nfs4_vfsops.c | 2020 ASSERT(tmpfhp->nfs_fh4_len <= NFS4_FHSIZE); in nfs4getfh_otw() 2024 ASSERT(resfhp->nfs_fh4_len <= NFS4_FHSIZE); in nfs4getfh_otw()
|
H A D | nfs_export.c | 2976 char fhbuf[NFS4_FHSIZE]; in add_volrnm_fh()
|
H A D | nfs4_srv.c | 789 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 D | nfs_clnt.c | 874 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 D | nfs4_prot.x | 75 const NFS4_FHSIZE = 128; 250 typedef opaque nfs_fh4<NFS4_FHSIZE>; typedef
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | nfs4_xdr.c | 274 (uint_t *)&objp->nfs_fh4_len, NFS4_FHSIZE)) in xdr_nfs_fh4()
|