Searched refs:fh_handle (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/fs/nfsd/ |
D | nfsfh.c | 141 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry() 392 (fhp->fh_handle.fh_auth + fhp->fh_handle.fh_size/4 - 1); in _fh_update() 393 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update() 396 fhp->fh_handle.fh_fileid_type = in _fh_update() 398 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update() 400 fhp->fh_handle.fh_fileid_type = FILEID_ROOT; in _fh_update() 460 version = ref_fh->fh_handle.fh_version; in set_version_and_fsid_type() 461 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type() 502 fhp->fh_handle.fh_version = version; in set_version_and_fsid_type() 504 fhp->fh_handle.fh_fsid_type = fsid_type; in set_version_and_fsid_type() [all …]
|
D | lockd.c | 34 fh.fh_handle.fh_size = f->size; in nlm_fopen() 35 memcpy((char*)&fh.fh_handle.fh_base, f->data, f->size); in nlm_fopen()
|
D | nfsxdr.c | 30 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in decode_fh() 31 fhp->fh_handle.fh_size = NFS_FHSIZE; in decode_fh() 47 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in encode_fh()
|
D | nfs4proc.c | 231 &resfh.fh_handle); in do_open_lookup() 258 ¤t_fh->fh_handle); in do_open_fhandle() 305 fh_copy_shallow(&cstate->current_fh.fh_handle, in nfsd4_open() 403 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh() 404 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, in nfsd4_putfh()
|
D | nfs3xdr.c | 53 memcpy(&fhp->fh_handle.fh_base, p, size); in decode_fh() 54 fhp->fh_handle.fh_size = size; in decode_fh() 67 unsigned int size = fhp->fh_handle.fh_size; in encode_fh() 70 memcpy(p, &fhp->fh_handle.fh_base, size); in encode_fh()
|
D | nfs4xdr.c | 2019 buflen -= (XDR_QUADLEN(fhp->fh_handle.fh_size) << 2) + 4; in nfsd4_encode_fattr() 2022 WRITE32(fhp->fh_handle.fh_size); in nfsd4_encode_fattr() 2023 WRITEMEM(&fhp->fh_handle.fh_base, fhp->fh_handle.fh_size); in nfsd4_encode_fattr() 2481 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh() 2484 WRITEMEM(&fhp->fh_handle.fh_base, len); in nfsd4_encode_getfh()
|
D | export.c | 1202 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()
|
D | nfs4state.c | 238 fh_copy_shallow(&dp->dl_fh, ¤t_fh->fh_handle); in alloc_init_deleg()
|
/linux-2.6.39/include/linux/nfsd/ |
D | nfsfh.h | 137 struct knfsd_fh fh_handle; /* FH data */ member
|