Searched refs:fh_base (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/include/uapi/linux/nfsd/ |
D | nfsfh.h | 85 } 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-v5.10/fs/nfsd/ |
D | nfsfh.h | 185 memcpy(&dst->fh_base, &src->fh_base, src->fh_size); in fh_copy_shallow() 200 if (memcmp(fh1->fh_base.fh_pad, fh2->fh_base.fh_pad, fh1->fh_size) != 0) in fh_match() 226 return ~crc32_le(0xFFFFFFFF, (unsigned char *)&fh->fh_base, fh->fh_size); in knfsd_fh_hash()
|
D | nfsfh.c | 579 memset(&fhp->fh_handle.fh_base, 0, NFS_FHSIZE); in fh_compose() 678 fh->fh_base.fh_pad[0], in SVCFH_fmt() 679 fh->fh_base.fh_pad[1], in SVCFH_fmt() 680 fh->fh_base.fh_pad[2], in SVCFH_fmt() 681 fh->fh_base.fh_pad[3], in SVCFH_fmt() 682 fh->fh_base.fh_pad[4], in SVCFH_fmt() 683 fh->fh_base.fh_pad[5]); in SVCFH_fmt()
|
D | lockd.c | 36 memcpy((char*)&fh.fh_handle.fh_base, f->data, f->size); in nlm_fopen()
|
D | flexfilelayout.c | 64 memcpy(fl->fh.data, &fhp->fh_handle.fh_base, fl->fh.size); in nfsd4_ff_proc_layoutget()
|
D | nfsxdr.c | 32 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()
|
D | nfs3xdr.c | 58 memcpy(&fhp->fh_handle.fh_base, p, size); in decode_fh() 75 memcpy(p, &fhp->fh_handle.fh_base, size); in encode_fh()
|
D | nfs4callback.c | 124 xdr_encode_opaque(p, &fh->fh_base, length); in encode_nfs_fh4()
|
D | nfsctl.c | 400 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size); in write_filehandle()
|
D | nfs4proc.c | 512 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, in nfsd4_putfh() 1287 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_base, copy->c_fh.size); in nfsd4_setup_inter_ssc()
|
D | nfs4state.c | 547 return jhash2(fh->fh_base.fh_pad, XDR_QUADLEN(fh->fh_size), 0); in nfsd_fh_hashval() 894 hash = jhash(&fh->fh_base, fh->fh_size, 0); in delegation_blocked() 913 hash = jhash(&fh->fh_base, fh->fh_size, 0); in block_delegations()
|
D | nfs4xdr.c | 2986 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, in nfsd4_encode_fattr() 3553 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, len); in nfsd4_encode_getfh()
|