Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dnfsfh.c143 int data_left = fh->fh_size/4; in nfsd_set_fh_dentry()
149 if (rqstp->rq_vers == 4 && fh->fh_size == 0) in nfsd_set_fh_dentry()
179 if (fh->fh_size != NFS_FHSIZE) in nfsd_set_fh_dentry()
389 (fhp->fh_handle.fh_auth + fhp->fh_handle.fh_size/4 - 1); in _fh_update()
390 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update()
395 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update()
552 fhp->fh_handle.fh_size = NFS_FHSIZE; in fh_compose()
571 fhp->fh_handle.fh_size = 4 + len; in fh_compose()
654 fh->fh_size, in SVCFH_fmt()
Dnfsfh.h122 dst->fh_size = src->fh_size; in fh_copy_shallow()
123 memcpy(&dst->fh_base, &src->fh_base, src->fh_size); in fh_copy_shallow()
Dlockd.c34 fh.fh_handle.fh_size = f->size; in nlm_fopen()
Dnfs3xdr.c54 fhp->fh_handle.fh_size = size; in decode_fh()
67 unsigned int size = fhp->fh_handle.fh_size; in encode_fh()
Dnfsxdr.c31 fhp->fh_handle.fh_size = NFS_FHSIZE; in decode_fh()
Dnfs4callback.c153 u32 length = fh->fh_size; in encode_nfs_fh4()
Dnfsctl.c356 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size); in write_filehandle()
Dnfs4xdr.c2254 buflen -= (XDR_QUADLEN(fhp->fh_handle.fh_size) << 2) + 4; in nfsd4_encode_fattr()
2257 WRITE32(fhp->fh_handle.fh_size); in nfsd4_encode_fattr()
2258 WRITEMEM(&fhp->fh_handle.fh_base, fhp->fh_handle.fh_size); in nfsd4_encode_fattr()
2715 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh()
Dnfs4proc.c444 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
/linux-3.4.99/include/linux/nfsd/
Dnfsfh.h97 unsigned int fh_size; /* significant for NFSv3. member