Searched refs:fh_handle (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/fs/nfsd/ |
D | nfsfh.c | 156 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry() 415 (fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1); in _fh_update() 416 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update() 422 fhp->fh_handle.fh_fileid_type = in _fh_update() 424 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update() 426 fhp->fh_handle.fh_fileid_type = FILEID_ROOT; in _fh_update() 472 version = ref_fh->fh_handle.fh_version; in set_version_and_fsid_type() 473 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type() 514 fhp->fh_handle.fh_version = version; in set_version_and_fsid_type() 516 fhp->fh_handle.fh_fsid_type = fsid_type; in set_version_and_fsid_type() [all …]
|
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()
|
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()
|
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()
|
D | trace.h | 219 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle); 259 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle); 288 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle); 411 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle); 452 __entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle); 484 __entry->fh_hash = fhp ? knfsd_fh_hash(&fhp->fh_handle) : 0; 513 __entry->src_fh_hash = knfsd_fh_hash(&src_fhp->fh_handle); 515 __entry->dst_fh_hash = knfsd_fh_hash(&dst_fhp->fh_handle);
|
D | nfs4layouts.c | 58 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()
|
D | nfsfh.h | 79 struct knfsd_fh fh_handle; /* FH data */ member
|
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()
|
D | nfs4proc.c | 184 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache() 565 fh_copy_shallow(&cstate->current_fh.fh_handle, in nfsd4_open() 682 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh() 683 memcpy(&cstate->current_fh.fh_handle.fh_raw, putfh->pf_fhval, in nfsd4_putfh() 1529 copy->c_fh.size = s_fh->fh_handle.fh_size; in nfsd4_setup_inter_ssc() 1530 memcpy(copy->c_fh.data, &s_fh->fh_handle.fh_raw, copy->c_fh.size); in nfsd4_setup_inter_ssc() 1816 memcpy(©->fh, &cstate->current_fh.fh_handle, in nfsd4_copy()
|
D | nfs4xdr.c | 3239 p = xdr_reserve_space(xdr, fhp->fh_handle.fh_size + 4); in nfsd4_encode_fattr() 3242 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, in nfsd4_encode_fattr() 3243 fhp->fh_handle.fh_size); in nfsd4_encode_fattr() 3834 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh() 3838 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_raw, len); in nfsd4_encode_getfh()
|
D | export.c | 1034 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()
|
D | nfs4state.c | 4324 fh_copy_shallow(&fp->fi_fhandle, &fh->fh_handle); in nfsd4_file_init() 4723 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_lookup() 4758 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_insert() 6305 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle)) in nfs4_check_fh()
|