Searched refs:fh_raw (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfsfh.h | 54 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 D | flexfilelayout.c | 65 memcpy(fl->fh.data, &fhp->fh_handle.fh_raw, fl->fh.size); in nfsd4_ff_proc_layoutget()
|
| H A D | localio.c | 73 memcpy(fh.fh_handle.fh_raw, nfs_fh->data, nfs_fh->size); in nfsd_open_local_fh()
|
| H A D | nfsctl.c | 384 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size); in write_filehandle()
|
| H A D | nfs4xdr.c | 2706 return nfsd4_encode_opaque(xdr, fh_handle->fh_raw, fh_handle->fh_size); in nfsd4_encode_nfs_fh4()
|