Searched refs:fh_raw (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | nfsfh.h | 53 char fh_raw[NFS4_FHSIZE]; member 235 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() 276 return ~crc32_le(0xFFFFFFFF, fh->fh_raw, fh->fh_size); in knfsd_fh_hash()
|
H A D | lockd.c | 38 memcpy(&fh.fh_handle.fh_raw, f->data, f->size); in nlm_fopen()
|
H A D | flexfilelayout.c | 65 memcpy(fl->fh.data, &fhp->fh_handle.fh_raw, fl->fh.size); in nfsd4_ff_proc_layoutget()
|
H A 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()
|
H A 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()
|
H A D | nfsfh.c | 726 sprintf(buf, "%d: %*ph", fh->fh_size, fh->fh_size, fh->fh_raw); in SVCFH_fmt()
|
H A D | nfs4callback.c | 135 xdr_encode_opaque(p, &fh->fh_raw, length); in encode_nfs_fh4()
|
H A D | nfsctl.c | 360 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size); in write_filehandle()
|
H A D | nfs4proc.c | 683 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh() 1530 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_raw, copy->c_fh.size); in nfsd4_setup_inter_ssc()
|
H A D | nfs4xdr.c | 3234 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, in nfsd4_encode_fattr() 3830 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, len); in nfsd4_encode_getfh()
|
H A D | nfs4state.c | 1127 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in delegation_blocked() 1146 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in block_delegations()
|