Searched refs:fh_handle (Results 1 – 12 of 12) sorted by relevance
/linux/fs/nfsd/ |
H A D | nfsfh.c | 151 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry() 468 (fh_fsid(&fhp->fh_handle) + fhp->fh_handle.fh_size/4 - 1); in _fh_update() 469 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update() 475 fhp->fh_handle.fh_fileid_type = in _fh_update() 477 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update() 479 fhp->fh_handle.fh_fileid_type = FILEID_ROOT; in _fh_update() 525 version = ref_fh->fh_handle.fh_version; in set_version_and_fsid_type() 526 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type() 567 fhp->fh_handle in set_version_and_fsid_type() [all...] |
H A D | lockd.c | 37 fh.fh_handle.fh_size = f->size; in nlm_fopen() 38 memcpy(&fh.fh_handle.fh_raw, f->data, f->size); in nlm_fopen()
|
H A D | flexfilelayout.c | 64 fl->fh.size = fhp->fh_handle.fh_size; in nfsd4_ff_proc_layoutget() 65 memcpy(fl->fh.data, &fhp->fh_handle.fh_raw, fl->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() 73 memcpy(fh.fh_handle.fh_raw, nfs_fh->data, nfs_fh->size); in nfsd_open_local_fh()
|
H A D | nfsxdr.c | 67 memcpy(&fhp->fh_handle.fh_raw, p, NFS_FHSIZE); in svcxdr_decode_fhandle() 68 fhp->fh_handle.fh_size = NFS_FHSIZE; in svcxdr_decode_fhandle() 81 memcpy(p, &fhp->fh_handle.fh_raw, NFS_FHSIZE); in svcxdr_encode_fhandle()
|
H A D | nfs4layouts.c | 58 const struct knfsd_fh *fh = &fhp->fh_handle; in nfsd4_alloc_devid_map() 297 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid() 566 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()
|
H A D | nfsfh.h | 80 struct knfsd_fh fh_handle; /* FH data */ member 81 int fh_maxsize; /* max size for fh_handle */
|
H A D | nfs3xdr.c | 94 fhp->fh_handle.fh_size = size; in svcxdr_decode_nfs_fh3() 95 memcpy(&fhp->fh_handle.fh_raw, p, size); in svcxdr_decode_nfs_fh3() 125 u32 size = fhp->fh_handle.fh_size; in svcxdr_encode_nfs_fh3() 134 memcpy(p, &fhp->fh_handle.fh_raw, size); in svcxdr_encode_nfs_fh3()
|
H A D | nfs4proc.c | 187 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache() 570 fh_copy_shallow(&cstate->current_fh.fh_handle, in nfsd4_open() 687 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh() 688 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh() 1629 copy->c_fh.size = s_fh->fh_handle.fh_size; in nfsd4_setup_inter_ssc() 1630 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_raw, copy->c_fh.size); in nfsd4_setup_inter_ssc() 1944 memcpy(©->fh, &cstate->current_fh.fh_handle, in nfsd4_copy()
|
H A D | nfs4xdr.c | 2576 struct knfsd_fh *fh_handle) in nfsd4_encode_nfs_fh4() argument 2578 return nfsd4_encode_opaque(xdr, fh_handle->fh_raw, fh_handle->fh_size); in nfsd4_encode_nfs_fh4() 3144 return nfsd4_encode_nfs_fh4(xdr, &args->fhp->fh_handle); in nfsd4_encode_fattr4_filehandle() 4127 return nfsd4_encode_nfs_fh4(xdr, &fhp->fh_handle); in nfsd4_encode_getfh()
|
H A D | export.c | 1058 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()
|
H A D | nfs4state.c | 4753 fh_copy_shallow(&fp->fi_fhandle, &fh->fh_handle); in nfsd4_file_init() 5235 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_lookup() 5270 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_insert() 6986 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle)) in nfs4_check_fh()
|