Searched refs:fh_base (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/include/uapi/linux/nfsd/ |
D | nfsfh.h | 95 } 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/ |
D | nfsfh.h | 191 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()
|
D | nfsfh.c | 605 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()
|
D | lockd.c | 38 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 | 67 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()
|
D | nfs3xdr.c | 95 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()
|
D | nfs4callback.c | 124 xdr_encode_opaque(p, &fh->fh_base, length); in encode_nfs_fh4()
|
D | nfsctl.c | 401 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size); in write_filehandle()
|
D | nfs4proc.c | 522 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()
|
D | nfs4xdr.c | 3113 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()
|
D | nfs4state.c | 1013 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()
|