Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dnfsfh.c155 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()
421 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update()
424 fhp->fh_handle.fh_fileid_type = in _fh_update()
426 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update()
428 fhp->fh_handle.fh_fileid_type = FILEID_ROOT; in _fh_update()
488 version = ref_fh->fh_handle.fh_version; in set_version_and_fsid_type()
489 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type()
530 fhp->fh_handle.fh_version = version; in set_version_and_fsid_type()
532 fhp->fh_handle.fh_fsid_type = fsid_type; in set_version_and_fsid_type()
[all …]
Dlockd.c35 fh.fh_handle.fh_size = f->size; in nlm_fopen()
36 memcpy((char*)&fh.fh_handle.fh_base, f->data, f->size); in nlm_fopen()
Dflexfilelayout.c63 fl->fh.size = fhp->fh_handle.fh_size; in nfsd4_ff_proc_layoutget()
64 memcpy(fl->fh.data, &fhp->fh_handle.fh_base, fl->fh.size); in nfsd4_ff_proc_layoutget()
Dnfsxdr.c32 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in decode_fh()
33 fhp->fh_handle.fh_size = NFS_FHSIZE; in decode_fh()
49 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in encode_fh()
Dnfs4layouts.c58 const struct knfsd_fh *fh = &fhp->fh_handle; in nfsd4_alloc_devid_map()
282 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
550 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()
Dnfsfh.h31 struct knfsd_fh fh_handle; /* FH data */ member
Dtrace.h66 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
189 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
230 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
Dnfs3xdr.c58 memcpy(&fhp->fh_handle.fh_base, p, size); in decode_fh()
59 fhp->fh_handle.fh_size = size; in decode_fh()
72 unsigned int size = fhp->fh_handle.fh_size; in encode_fh()
75 memcpy(p, &fhp->fh_handle.fh_base, size); in encode_fh()
Dnfs4proc.c223 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache()
389 fh_copy_shallow(&cstate->current_fh.fh_handle, in nfsd4_open()
511 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh()
512 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, in nfsd4_putfh()
1286 copy->c_fh.size = s_fh->fh_handle.fh_size; in nfsd4_setup_inter_ssc()
1287 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_base, copy->c_fh.size); in nfsd4_setup_inter_ssc()
1526 memcpy(&copy->fh, &cstate->current_fh.fh_handle, in nfsd4_copy()
Dnfs4xdr.c2983 p = xdr_reserve_space(xdr, fhp->fh_handle.fh_size + 4); in nfsd4_encode_fattr()
2986 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, in nfsd4_encode_fattr()
2987 fhp->fh_handle.fh_size); in nfsd4_encode_fattr()
3552 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh()
3556 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, len); in nfsd4_encode_getfh()
Dexport.c950 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()
Dnfs4state.c938 if (delegation_blocked(&current_fh->fh_handle)) in alloc_init_deleg()
4492 fp = find_file(&current_fh->fh_handle); in nfs4_share_conflict()
5178 fp = find_or_add_file(open->op_file, &current_fh->fh_handle); in nfsd4_process_open2()
5512 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle)) in nfs4_check_fh()