Home
last modified time | relevance | path

Searched refs:fh_raw (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfsd/
H A Dnfsfh.h54 u8 fh_raw[NFS4_FHSIZE]; member
57 #define fh_version fh_raw[0]
58 #define fh_auth_type fh_raw[1]
59 #define fh_fsid_type fh_raw[2]
60 #define fh_fileid_type fh_raw[3]
64 return (u32 *)&fh->fh_raw[4]; in fh_fsid()
243 memcpy(&dst->fh_raw, &src->fh_raw, src->fh_size); in fh_copy_shallow()
259 if (memcmp(fh1->fh_raw, fh2->fh_raw, fh1->fh_size) != 0) in fh_match()
321 return ~crc32_le(0xFFFFFFFF, fh->fh_raw, fh->fh_size); in knfsd_fh_hash()
H A Dflexfilelayout.c65 memcpy(fl->fh.data, &fhp->fh_handle.fh_raw, fl->fh.size); in nfsd4_ff_proc_layoutget()
H A Dlocalio.c73 memcpy(fh.fh_handle.fh_raw, nfs_fh->data, nfs_fh->size); in nfsd_open_local_fh()
H A Dnfsctl.c385 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size); in write_filehandle()
H A Dnfs4proc.c723 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh()
1828 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_raw, copy->c_fh.size); in nfsd4_setup_inter_ssc()
H A Dnfs4state.c1091 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in delegation_blocked()
1110 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in block_delegations()
H A Dnfs4xdr.c2707 return nfsd4_encode_opaque(xdr, fh_handle->fh_raw, fh_handle->fh_size); in nfsd4_encode_nfs_fh4()