Home
last modified time | relevance | path

Searched refs:fh_handle (Results 1 – 12 of 12) sorted by relevance

/linux/fs/nfsd/
A Dnfsfh.c156 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry()
420 (fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1); in _fh_update()
424 fhp->fh_handle.fh_fileid_type = in _fh_update()
516 fhp->fh_handle.fh_version = version; in set_version_and_fsid_type()
563 fhp->fh_handle.fh_size = in fh_compose()
565 fhp->fh_handle.fh_auth_type = 0; in fh_compose()
567 mk_fsid(fhp->fh_handle.fh_fsid_type, in fh_compose()
568 fhp->fh_handle.fh_fsid, in fh_compose()
642 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt()
653 if (fhp->fh_handle.fh_version != 1) in fsid_source()
[all …]
A Dlockd.c37 fh.fh_handle.fh_size = f->size; in nlm_fopen()
38 memcpy(&fh.fh_handle.fh_raw, f->data, f->size); in nlm_fopen()
A Dflexfilelayout.c63 fl->fh.size = fhp->fh_handle.fh_size; in nfsd4_ff_proc_layoutget()
64 memcpy(fl->fh.data, &fhp->fh_handle.fh_raw, fl->fh.size); in nfsd4_ff_proc_layoutget()
A Dnfsxdr.c67 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()
A Dnfs4layouts.c58 const struct knfsd_fh *fh = &fhp->fh_handle; in nfsd4_alloc_devid_map()
283 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
551 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()
A Dnfs3xdr.c94 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()
A Dtrace.h211 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
334 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
375 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
407 __entry->fh_hash = fhp ? knfsd_fh_hash(&fhp->fh_handle) : 0;
A Dnfsfh.h79 struct knfsd_fh fh_handle; /* FH data */ member
A Dnfs4proc.c235 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache()
400 fh_copy_shallow(&cstate->current_fh.fh_handle, in nfsd4_open()
521 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
522 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh()
1384 copy->c_fh.size = s_fh->fh_handle.fh_size; in nfsd4_setup_inter_ssc()
1385 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_raw, copy->c_fh.size); in nfsd4_setup_inter_ssc()
1673 memcpy(&copy->fh, &cstate->current_fh.fh_handle, in nfsd4_copy()
A Dnfs4xdr.c3107 p = xdr_reserve_space(xdr, fhp->fh_handle.fh_size + 4); in nfsd4_encode_fattr()
3110 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, in nfsd4_encode_fattr()
3111 fhp->fh_handle.fh_size); in nfsd4_encode_fattr()
3666 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh()
3670 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, len); in nfsd4_encode_getfh()
A Dnfs4state.c1056 if (delegation_blocked(&current_fh->fh_handle)) in alloc_init_deleg()
4157 fh_copy_shallow(&fp->fi_fhandle, &fh->fh_handle); in nfsd4_init_file()
4509 if (fh_match(&fp->fi_fhandle, &fh->fh_handle)) { in find_file_locked()
4527 if (fh_match(&fp->fi_fhandle, &fh->fh_handle)) { in insert_file()
5714 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle)) in nfs4_check_fh()
A Dexport.c1010 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()

Completed in 47 milliseconds