Searched refs:fh_size (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.h122 dst->fh_size = src->fh_size;
123 memcpy(&dst->fh_base, &src->fh_base, src->fh_size);
H A Dlockd.c34 fh.fh_handle.fh_size = f->size;
H A Dnfsfh.c146 int data_left = fh->fh_size/4;
152 if (rqstp->rq_vers == 4 && fh->fh_size == 0)
182 if (fh->fh_size != NFS_FHSIZE)
392 (fhp->fh_handle.fh_auth + fhp->fh_handle.fh_size/4 - 1);
393 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4;
398 fhp->fh_handle.fh_size += maxsize * 4;
555 fhp->fh_handle.fh_size = NFS_FHSIZE;
574 fhp->fh_handle.fh_size = 4 + len;
657 fh->fh_size,
H A Dnfsctl.c413 err = res->fh_size + offsetof(struct knfsd_fh, fh_base);
478 memcpy(res, &fh.fh_base, fh.fh_size);
635 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size);
H A Dnfs4callback.c238 int len = dp->dl_fh.fh_size;
H A Dnfsxdr.c31 fhp->fh_handle.fh_size = NFS_FHSIZE;
H A Dnfs3xdr.c54 fhp->fh_handle.fh_size = size;
67 unsigned int size = fhp->fh_handle.fh_size;
H A Dnfs4xdr.c1958 buflen -= (XDR_QUADLEN(fhp->fh_handle.fh_size) << 2) + 4;
1961 WRITE32(fhp->fh_handle.fh_size);
1962 WRITEMEM(&fhp->fh_handle.fh_base, fhp->fh_handle.fh_size);
2407 len = fhp->fh_handle.fh_size;
H A Dnfs4proc.c389 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/nfsd/
H A Dnfsfh.h94 unsigned int fh_size; /* significant for NFSv3. member in struct:knfsd_fh

Completed in 75 milliseconds