Searched refs:fh_size (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfsfh.h | 50 unsigned int fh_size; /* member 242 dst->fh_size = src->fh_size; in fh_copy_shallow() 243 memcpy(&dst->fh_raw, &src->fh_raw, src->fh_size); in fh_copy_shallow() 257 if (fh1->fh_size != fh2->fh_size) in fh_match() 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 | 64 fl->fh.size = fhp->fh_handle.fh_size; in nfsd4_ff_proc_layoutget()
|
| H A D | localio.c | 72 fh.fh_handle.fh_size = 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()
|
| /linux/fs/nfs/ |
| H A D | export.c | 39 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_encode_fh() local 40 int len = EMBED_FH_OFF + XDR_QUADLEN(fh_size); in nfs_encode_fh() 69 size_t fh_size = offsetof(struct nfs_fh, data); in nfs_fh_to_dentry() local 78 if (fh_len < len + XDR_QUADLEN(fh_size) || in nfs_fh_to_dentry() 82 fh_size += server_fh->size; in nfs_fh_to_dentry() 83 len += XDR_QUADLEN(fh_size); in nfs_fh_to_dentry()
|