Home
last modified time | relevance | path

Searched refs:fh_base (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/include/uapi/linux/nfsd/
Dnfsfh.h85 } fh_base; member
88 #define ofh_dcookie fh_base.fh_old.fb_dcookie
89 #define ofh_ino fh_base.fh_old.fb_ino
90 #define ofh_dirino fh_base.fh_old.fb_dirino
91 #define ofh_dev fh_base.fh_old.fb_dev
92 #define ofh_xdev fh_base.fh_old.fb_xdev
93 #define ofh_xino fh_base.fh_old.fb_xino
94 #define ofh_generation fh_base.fh_old.fb_generation
96 #define fh_version fh_base.fh_new.fb_version
97 #define fh_fsid_type fh_base.fh_new.fb_fsid_type
[all …]
/linux-4.19.296/fs/nfsd/
Dnfsfh.h182 memcpy(&dst->fh_base, &src->fh_base, src->fh_size); in fh_copy_shallow()
197 if (memcmp(fh1->fh_base.fh_pad, fh2->fh_base.fh_pad, fh1->fh_size) != 0) in fh_match()
223 return ~crc32_le(0xFFFFFFFF, (unsigned char *)&fh->fh_base, fh->fh_size); in knfsd_fh_hash()
Dnfsfh.c572 memset(&fhp->fh_handle.fh_base, 0, NFS_FHSIZE); in fh_compose()
671 fh->fh_base.fh_pad[0], in SVCFH_fmt()
672 fh->fh_base.fh_pad[1], in SVCFH_fmt()
673 fh->fh_base.fh_pad[2], in SVCFH_fmt()
674 fh->fh_base.fh_pad[3], in SVCFH_fmt()
675 fh->fh_base.fh_pad[4], in SVCFH_fmt()
676 fh->fh_base.fh_pad[5]); in SVCFH_fmt()
Dlockd.c36 memcpy((char*)&fh.fh_handle.fh_base, f->data, f->size); in nlm_fopen()
Dflexfilelayout.c64 memcpy(fl->fh.data, &fhp->fh_handle.fh_base, fl->fh.size); in nfsd4_ff_proc_layoutget()
Dnfsxdr.c32 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in decode_fh()
49 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in encode_fh()
Dnfs3xdr.c57 memcpy(&fhp->fh_handle.fh_base, p, size); in decode_fh()
74 memcpy(p, &fhp->fh_handle.fh_base, size); in encode_fh()
Dnfs4callback.c131 xdr_encode_opaque(p, &fh->fh_base, length); in encode_nfs_fh4()
Dnfsctl.c396 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size); in write_filehandle()
Dnfs4xdr.c2683 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, in nfsd4_encode_fattr()
3256 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, len); in nfsd4_encode_getfh()
Dnfs4state.c513 return jhash2(fh->fh_base.fh_pad, XDR_QUADLEN(fh->fh_size), 0); in nfsd_fh_hashval()
782 hash = jhash(&fh->fh_base, fh->fh_size, 0); in delegation_blocked()
801 hash = jhash(&fh->fh_base, fh->fh_size, 0); in block_delegations()
Dnfs4proc.c507 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, in nfsd4_putfh()