Searched refs:fh_handle (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/nfsd/ |
| 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 | nfsfh.h | 82 struct knfsd_fh fh_handle; /* FH data */ member
|
| H A D | nfs4proc.c | 195 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache() 599 fh_copy_shallow(&cstate->current_fh.fh_handle, in nfsd4_open() 719 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh() 720 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh() 1824 copy->c_fh.size = s_fh->fh_handle.fh_size; in nfsd4_setup_inter_ssc() 1825 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_raw, copy->c_fh.size); in nfsd4_setup_inter_ssc() 2165 memcpy(©->fh, &cstate->current_fh.fh_handle, in nfsd4_copy()
|
| H A D | nfs4xdr.c | 2704 struct knfsd_fh *fh_handle) in nfsd4_encode_nfs_fh4() argument 2706 return nfsd4_encode_opaque(xdr, fh_handle->fh_raw, fh_handle->fh_size); in nfsd4_encode_nfs_fh4() 3362 return nfsd4_encode_nfs_fh4(xdr, &args->fhp->fh_handle); in nfsd4_encode_fattr4_filehandle() 4463 return nfsd4_encode_nfs_fh4(xdr, &fhp->fh_handle); in nfsd4_encode_getfh()
|
| H A D | export.c | 1071 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()
|
| H A D | nfs4state.c | 4824 fh_copy_shallow(&fp->fi_fhandle, &fh->fh_handle); in nfsd4_file_init() 5306 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_lookup() 5341 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_insert() 7116 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle)) in nfs4_check_fh()
|