Searched refs:fh_size (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | nfsfh.h | 178 dst->fh_size = src->fh_size; in fh_copy_shallow() 179 memcpy(&dst->fh_base, &src->fh_base, src->fh_size); in fh_copy_shallow() 192 if (fh1->fh_size != fh2->fh_size) in fh_match() 194 if (memcmp(fh1->fh_base.fh_pad, fh2->fh_base.fh_pad, fh1->fh_size) != 0) in fh_match()
|
D | nfsfh.c | 142 int data_left = fh->fh_size/4; in nfsd_set_fh_dentry() 148 if (rqstp->rq_vers == 4 && fh->fh_size == 0) in nfsd_set_fh_dentry() 185 if (fh->fh_size != NFS_FHSIZE) in nfsd_set_fh_dentry() 396 (fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1); in _fh_update() 397 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update() 402 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update() 556 fhp->fh_handle.fh_size = NFS_FHSIZE; in fh_compose() 566 fhp->fh_handle.fh_size = in fh_compose() 653 fh->fh_size, in SVCFH_fmt()
|
D | lockd.c | 34 fh.fh_handle.fh_size = f->size; in nlm_fopen()
|
D | nfs3xdr.c | 57 fhp->fh_handle.fh_size = size; in decode_fh() 70 unsigned int size = fhp->fh_handle.fh_size; in encode_fh()
|
D | nfsxdr.c | 32 fhp->fh_handle.fh_size = NFS_FHSIZE; in decode_fh()
|
D | nfs4callback.c | 126 u32 length = fh->fh_size; in encode_nfs_fh4()
|
D | nfsctl.c | 399 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size); in write_filehandle()
|
D | nfs4xdr.c | 2552 p = xdr_reserve_space(xdr, fhp->fh_handle.fh_size + 4); in nfsd4_encode_fattr() 2556 fhp->fh_handle.fh_size); in nfsd4_encode_fattr() 3121 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh()
|
D | nfs4proc.c | 513 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
|
D | nfs4state.c | 390 return jhash2(fh->fh_base.fh_pad, XDR_QUADLEN(fh->fh_size), 0); in nfsd_fh_hashval() 660 hash = jhash(&fh->fh_base, fh->fh_size, 0); in delegation_blocked() 679 hash = jhash(&fh->fh_base, fh->fh_size, 0); in block_delegations()
|
/linux-4.4.14/include/uapi/linux/nfsd/ |
D | nfsfh.h | 76 unsigned int fh_size; /* significant for NFSv3. member
|