Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dflexfilelayout.c64 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 Dlocalio.c72 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 Dtrace.h289 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
329 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
358 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
483 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
529 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
561 __entry->fh_hash = fhp ? knfsd_fh_hash(&fhp->fh_handle) : 0;
590 __entry->src_fh_hash = knfsd_fh_hash(&src_fhp->fh_handle);
592 __entry->dst_fh_hash = knfsd_fh_hash(&dst_fhp->fh_handle);
2482 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
2514 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
[all...]
H A Dnfsfh.h82 struct knfsd_fh fh_handle; /* FH data */ member
H A Dnfs4proc.c195 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache()
602 fh_copy_shallow(&cstate->current_fh.fh_handle, in nfsd4_open()
722 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
723 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh()
1827 copy->c_fh.size = s_fh->fh_handle.fh_size; in nfsd4_setup_inter_ssc()
1828 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_raw, copy->c_fh.size); in nfsd4_setup_inter_ssc()
2168 memcpy(&copy->fh, &cstate->current_fh.fh_handle, in nfsd4_copy()
H A Dnfs4xdr.c2705 struct knfsd_fh *fh_handle) in nfsd4_encode_nfs_fh4()
2707 return nfsd4_encode_opaque(xdr, fh_handle->fh_raw, fh_handle->fh_size); in nfsd4_encode_nfs_fh4()
3392 return nfsd4_encode_nfs_fh4(xdr, &args->fhp->fh_handle); in nfsd4_encode_fattr4_fs_locations()
4545 return nfsd4_encode_nfs_fh4(xdr, &fhp->fh_handle); in nfsd4_encode_locku()
2704 nfsd4_encode_nfs_fh4(struct xdr_stream * xdr,struct knfsd_fh * fh_handle) nfsd4_encode_nfs_fh4() argument
H A Dexport.c1762 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh));
H A Dnfs4state.c4924 fh_copy_shallow(&fp->fi_fhandle, &fh->fh_handle); in nfsd4_init_leases_net()
5414 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd_wait_for_delegreturn()
5449 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_cb_recall_done()
7229 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle)) in nfsd4_validate_stateid()