Home
last modified time | relevance | path

Searched refs:fh_raw (Results 1 – 10 of 10) 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 Dlockd.c38 memcpy(&fh.fh_handle.fh_raw, f->data, f->size); in nlm_fopen()
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 Dnfsfh.c822 sprintf(buf, "%d: %*ph", fh->fh_size, fh->fh_size, fh->fh_raw); in SVCFH_fmt()
H A Dnfs4callback.c147 xdr_encode_opaque(p, &fh->fh_raw, length); in encode_nfs_fh4()
H A Dnfs4proc.c684 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh()
1677 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_raw, copy->c_fh.size); in nfsd4_setup_inter_ssc()
H A Dnfsctl.c373 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size); in write_filehandle()
H A Dnfs4state.c1096 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in delegation_blocked()
1115 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in block_delegations()
H A Dnfs4xdr.c2568 return nfsd4_encode_opaque(xdr, fh_handle->fh_raw, fh_handle->fh_size); in nfsd4_encode_nfs_fh4()