Searched refs:fh_raw (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/fs/nfsd/ |
D | nfsfh.h | 53 char fh_raw[NFS4_FHSIZE]; member 236 memcpy(&dst->fh_raw, &src->fh_raw, src->fh_size); in fh_copy_shallow() 251 if (memcmp(fh1->fh_raw, fh2->fh_raw, fh1->fh_size) != 0) in fh_match() 275 return ~crc32_le(0xFFFFFFFF, fh->fh_raw, fh->fh_size); in knfsd_fh_hash()
|
D | lockd.c | 38 memcpy(&fh.fh_handle.fh_raw, f->data, f->size); in nlm_fopen()
|
D | flexfilelayout.c | 64 memcpy(fl->fh.data, &fhp->fh_handle.fh_raw, fl->fh.size); in nfsd4_ff_proc_layoutget()
|
D | nfsxdr.c | 67 memcpy(&fhp->fh_handle.fh_raw, p, NFS_FHSIZE); in svcxdr_decode_fhandle() 81 memcpy(p, &fhp->fh_handle.fh_raw, NFS_FHSIZE); in svcxdr_encode_fhandle()
|
D | nfs3xdr.c | 95 memcpy(&fhp->fh_handle.fh_raw, p, size); in svcxdr_decode_nfs_fh3() 134 memcpy(p, &fhp->fh_handle.fh_raw, size); in svcxdr_encode_nfs_fh3()
|
D | nfsfh.c | 707 sprintf(buf, "%d: %*ph", fh->fh_size, fh->fh_size, fh->fh_raw); in SVCFH_fmt()
|
D | nfs4callback.c | 124 xdr_encode_opaque(p, &fh->fh_raw, length); in encode_nfs_fh4()
|
D | nfsctl.c | 401 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size); in write_filehandle()
|
D | nfs4proc.c | 691 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh() 1559 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_raw, copy->c_fh.size); in nfsd4_setup_inter_ssc()
|
D | nfs4xdr.c | 3111 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, in nfsd4_encode_fattr() 3678 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, len); in nfsd4_encode_getfh()
|
D | nfs4state.c | 1101 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in delegation_blocked() 1120 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in block_delegations()
|