fh_base            64 fs/nfsd/flexfilelayout.c 	memcpy(fl->fh.data, &fhp->fh_handle.fh_base, fl->fh.size);
fh_base            36 fs/nfsd/lockd.c 	memcpy((char*)&fh.fh_handle.fh_base, f->data, f->size);
fh_base            58 fs/nfsd/nfs3xdr.c 	memcpy(&fhp->fh_handle.fh_base, p, size);
fh_base            75 fs/nfsd/nfs3xdr.c 	memcpy(p, &fhp->fh_handle.fh_base, size);
fh_base           123 fs/nfsd/nfs4callback.c 	xdr_encode_opaque(p, &fh->fh_base, length);
fh_base           509 fs/nfsd/nfs4proc.c 	memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval,
fh_base           535 fs/nfsd/nfs4state.c 	return jhash2(fh->fh_base.fh_pad, XDR_QUADLEN(fh->fh_size), 0);
fh_base           835 fs/nfsd/nfs4state.c 	hash = jhash(&fh->fh_base, fh->fh_size, 0);
fh_base           854 fs/nfsd/nfs4state.c 	hash = jhash(&fh->fh_base, fh->fh_size, 0);
fh_base          2690 fs/nfsd/nfs4xdr.c 		p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base,
fh_base          3257 fs/nfsd/nfs4xdr.c 	p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, len);
fh_base           400 fs/nfsd/nfsctl.c 	qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size);
fh_base           572 fs/nfsd/nfsfh.c 		memset(&fhp->fh_handle.fh_base, 0, NFS_FHSIZE);
fh_base           671 fs/nfsd/nfsfh.c 		fh->fh_base.fh_pad[0],
fh_base           672 fs/nfsd/nfsfh.c 		fh->fh_base.fh_pad[1],
fh_base           673 fs/nfsd/nfsfh.c 		fh->fh_base.fh_pad[2],
fh_base           674 fs/nfsd/nfsfh.c 		fh->fh_base.fh_pad[3],
fh_base           675 fs/nfsd/nfsfh.c 		fh->fh_base.fh_pad[4],
fh_base           676 fs/nfsd/nfsfh.c 		fh->fh_base.fh_pad[5]);
fh_base           182 fs/nfsd/nfsfh.h 	memcpy(&dst->fh_base, &src->fh_base, src->fh_size);
fh_base           197 fs/nfsd/nfsfh.h 	if (memcmp(fh1->fh_base.fh_pad, fh2->fh_base.fh_pad, fh1->fh_size) != 0)
fh_base           223 fs/nfsd/nfsfh.h 	return ~crc32_le(0xFFFFFFFF, (unsigned char *)&fh->fh_base, fh->fh_size);
fh_base            32 fs/nfsd/nfsxdr.c 	memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE);
fh_base            49 fs/nfsd/nfsxdr.c 	memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE);
fh_base            85 include/uapi/linux/nfsd/nfsfh.h 	} fh_base;
fh_base            88 include/uapi/linux/nfsd/nfsfh.h #define ofh_dcookie		fh_base.fh_old.fb_dcookie
fh_base            89 include/uapi/linux/nfsd/nfsfh.h #define ofh_ino			fh_base.fh_old.fb_ino
fh_base            90 include/uapi/linux/nfsd/nfsfh.h #define ofh_dirino		fh_base.fh_old.fb_dirino
fh_base            91 include/uapi/linux/nfsd/nfsfh.h #define ofh_dev			fh_base.fh_old.fb_dev
fh_base            92 include/uapi/linux/nfsd/nfsfh.h #define ofh_xdev		fh_base.fh_old.fb_xdev
fh_base            93 include/uapi/linux/nfsd/nfsfh.h #define ofh_xino		fh_base.fh_old.fb_xino
fh_base            94 include/uapi/linux/nfsd/nfsfh.h #define ofh_generation		fh_base.fh_old.fb_generation
fh_base            96 include/uapi/linux/nfsd/nfsfh.h #define	fh_version		fh_base.fh_new.fb_version
fh_base            97 include/uapi/linux/nfsd/nfsfh.h #define	fh_fsid_type		fh_base.fh_new.fb_fsid_type
fh_base            98 include/uapi/linux/nfsd/nfsfh.h #define	fh_auth_type		fh_base.fh_new.fb_auth_type
fh_base            99 include/uapi/linux/nfsd/nfsfh.h #define	fh_fileid_type		fh_base.fh_new.fb_fileid_type
fh_base           100 include/uapi/linux/nfsd/nfsfh.h #define	fh_fsid			fh_base.fh_new.fb_auth
fh_base           103 include/uapi/linux/nfsd/nfsfh.h #define	fh_auth			fh_base.fh_new.fb_auth