Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/nfsd/
Dnfsfh.h95 } fh_base; member
98 #define ofh_dcookie fh_base.fh_old.fb_dcookie
99 #define ofh_ino fh_base.fh_old.fb_ino
100 #define ofh_dirino fh_base.fh_old.fb_dirino
101 #define ofh_dev fh_base.fh_old.fb_dev
102 #define ofh_xdev fh_base.fh_old.fb_xdev
103 #define ofh_xino fh_base.fh_old.fb_xino
104 #define ofh_generation fh_base.fh_old.fb_generation
106 #define fh_version fh_base.fh_new.fb_version
107 #define fh_fsid_type fh_base.fh_new.fb_fsid_type
[all …]
/Linux-v5.15/fs/nfsd/
Dnfsfh.h191 memcpy(&dst->fh_base, &src->fh_base, src->fh_size); in fh_copy_shallow()
206 if (memcmp(fh1->fh_base.fh_pad, fh2->fh_base.fh_pad, fh1->fh_size) != 0) in fh_match()
230 return ~crc32_le(0xFFFFFFFF, (unsigned char *)&fh->fh_base, fh->fh_size); in knfsd_fh_hash()
Dnfsfh.c605 memset(&fhp->fh_handle.fh_base, 0, NFS_FHSIZE); in fh_compose()
705 fh->fh_base.fh_pad[0], in SVCFH_fmt()
706 fh->fh_base.fh_pad[1], in SVCFH_fmt()
707 fh->fh_base.fh_pad[2], in SVCFH_fmt()
708 fh->fh_base.fh_pad[3], in SVCFH_fmt()
709 fh->fh_base.fh_pad[4], in SVCFH_fmt()
710 fh->fh_base.fh_pad[5]); in SVCFH_fmt()
Dlockd.c38 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.c67 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in svcxdr_decode_fhandle()
81 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in svcxdr_encode_fhandle()
Dnfs3xdr.c95 memcpy(&fhp->fh_handle.fh_base, p, size); in svcxdr_decode_nfs_fh3()
134 memcpy(p, &fhp->fh_handle.fh_base, size); in svcxdr_encode_nfs_fh3()
Dnfs4callback.c124 xdr_encode_opaque(p, &fh->fh_base, length); in encode_nfs_fh4()
Dnfsctl.c401 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size); in write_filehandle()
Dnfs4proc.c522 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, in nfsd4_putfh()
1386 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_base, copy->c_fh.size); in nfsd4_setup_inter_ssc()
Dnfs4xdr.c3113 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, in nfsd4_encode_fattr()
3673 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, len); in nfsd4_encode_getfh()
Dnfs4state.c1013 hash = jhash(&fh->fh_base, fh->fh_size, 0); in delegation_blocked()
1032 hash = jhash(&fh->fh_base, fh->fh_size, 0); in block_delegations()