Searched refs:fh3_len (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 191 cp = (uchar_t *)&fhp->fh3_len; in xdr_inline_decode_nfs_fh3() 200 dsize = fhp->fh3_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh3_len; in xdr_inline_decode_nfs_fh3() 325 fsize = fhp->fh3_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh3_len; in xdr_inline_encode_nfs_fh3() 332 sizeof (fhp->fh3_len) + fsize + in xdr_inline_encode_nfs_fh3() 368 bcopy(&fhp->fh3_len, cp, sizeof (fhp->fh3_len) + fsize); in xdr_inline_encode_nfs_fh3() 369 cp += sizeof (fhp->fh3_len) + fsize; in xdr_inline_encode_nfs_fh3() 400 fsize = objp->fh3_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : objp->fh3_len; in xdr_encode_nfs_fh3() 409 sizeof (objp->fh3_len) + fsize + in xdr_encode_nfs_fh3()
|
H A D | nfs_export.c | 1832 bcopy(&fh.fh3_len, &buf[i], sz); in nfs_getfh() 1834 bcopy(fh.fh3_data, &buf[i], fh.fh3_len); in nfs_getfh() 1835 i += fh.fh3_len; in nfs_getfh() 1836 pad = (NFS_FHMAXDATA - fh.fh3_len); in nfs_getfh() 1865 bcopy(&fh.fh3_len, &logbuf[i], sz); in nfs_getfh() 2122 fh->fh3_len = fid.fid_len; in makefh3() 2123 bcopy(fid.fid_data, fh->fh3_data, fh->fh3_len); in makefh3() 2130 + sizeof (fh->fh3_len) + fh->fh3_len in makefh3()
|
H A D | nfs_log_xdr.c | 912 if (objp->fh3_len > NFS_FHMAXDATA || objp->fh3_xlen > NFS_FHMAXDATA) { in xdr_nfslog_nfs_fh3() 914 fh.fh3_len = NFS_FHMAXDATA; in xdr_nfslog_nfs_fh3()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1058 #define fh3_len fh3_u.nfs_fh3_i.fh3_i._fh3_len macro 1062 #define FH3TOFIDP(fh) ((fid_t *)&((fh)->fh3_len))
|