Home
last modified time | relevance | path

Searched refs:fh_export (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/fs/nfsd/
Dnfsfh.c286 fhp->fh_export = exp; in nfsd_set_fh_dentry()
335 exp = fhp->fh_export; in fh_verify()
480 if (ref_fh && ref_fh->fh_export == exp) { in set_version_and_fsid_type()
568 fhp->fh_export = exp_get(exp); in fh_compose()
620 _fh_update_old(dentry, fhp->fh_export, &fhp->fh_handle); in fh_update()
625 _fh_update(fhp, fhp->fh_export, dentry); in fh_update()
646 struct svc_export * exp = fhp->fh_export; in fh_put()
656 fhp->fh_export = NULL; in fh_put()
688 if (exp_sb(fhp->fh_export)->s_type->fs_flags & FS_REQUIRES_DEV) in fsid_source()
692 if (fhp->fh_export->ex_flags & NFSEXP_FSID) in fsid_source()
[all …]
Dvfs.h123 int ret = mnt_want_write(fh->fh_export->ex_path.mnt); in fh_want_write()
134 mnt_drop_write(fh->fh_export->ex_path.mnt); in fh_drop_write()
140 struct path p = {.mnt = fh->fh_export->ex_path.mnt, in fh_getattr()
Dvfs.c212 exp = exp_get(fhp->fh_export); in nfsd_lookup_dentry()
315 if (!EX_ISSYNC(fhp->fh_export)) in commit_metadata()
362 err = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfsd_get_write_access()
637 export = fhp->fh_export; in nfsd_access()
729 path.mnt = fhp->fh_export->ex_path.mnt; in nfsd_open()
993 exp = fhp->fh_export; in nfsd_vfs_write()
1113 if (EX_ISSYNC(fhp->fh_export)) { in nfsd_commit()
1187 err = nfsd_permission(rqstp, fhp->fh_export, dentry, NFSD_MAY_CREATE); in nfsd_create_locked()
1302 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create()
1367 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in do_nfsd_create()
[all …]
Dnfsxdr.c162 *p++ = htonl((u32) fhp->fh_export->ex_fsid); in encode_fattr()
165 f = ((u32*)fhp->fh_export->ex_uuid)[0]; in encode_fattr()
166 f ^= ((u32*)fhp->fh_export->ex_uuid)[1]; in encode_fattr()
167 f ^= ((u32*)fhp->fh_export->ex_uuid)[2]; in encode_fattr()
168 f ^= ((u32*)fhp->fh_export->ex_uuid)[3]; in encode_fattr()
Dnfs4layouts.c71 if (fhp->fh_export->ex_devid_map) in nfsd4_alloc_devid_map()
82 fhp->fh_export->ex_devid_map = old; in nfsd4_alloc_devid_map()
89 fhp->fh_export->ex_devid_map = map; in nfsd4_alloc_devid_map()
115 if (!fhp->fh_export->ex_devid_map) { in nfsd4_set_deviceid()
117 if (!fhp->fh_export->ex_devid_map) in nfsd4_set_deviceid()
121 id->fsid_idx = fhp->fh_export->ex_devid_map->idx; in nfsd4_set_deviceid()
Dlockd.c37 fh.fh_export = NULL; in nlm_fopen()
Dnfs4proc.c99 struct svc_export *exp = cstate->current_fh.fh_export; in check_attr_support()
169 if (src->fh_export) in fh_dup2()
170 exp_get(src->fh_export); in fh_dup2()
866 !(cstate->save_fh.fh_export->ex_flags & NFSEXP_NOSUBTREECHECK)) in nfsd4_rename()
926 u->secinfo_no_name.sin_exp = exp_get(cstate->current_fh.fh_export); in nfsd4_secinfo_no_name()
1244 cstate->current_fh.fh_export, in _nfsd4_verify()
1391 ops = nfsd4_layout_verify(current_fh->fh_export, lgp->lg_layout_type); in nfsd4_layoutget()
1465 ops = nfsd4_layout_verify(current_fh->fh_export, lcp->lc_layout_type); in nfsd4_layoutcommit()
1524 if (!nfsd4_layout_verify(current_fh->fh_export, lrp->lr_layout_type)) in nfsd4_layoutreturn()
1747 } else if (current_fh->fh_export->ex_fslocs.migrated && in nfsd4_proc_compound()
[all …]
Dnfsfh.h34 struct svc_export * fh_export; /* export pointer */ member
Dnfs3xdr.c153 p = xdr_encode_hyper(p, (u64) fhp->fh_export->ex_fsid); in encode_fsid()
156 f = ((u64*)fhp->fh_export->ex_uuid)[0]; in encode_fsid()
157 f ^= ((u64*)fhp->fh_export->ex_uuid)[1]; in encode_fsid()
842 exp = cd->fh.fh_export; in compose_entry_fh()
Dnfsproc.c278 nfserr = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
323 newfhp->fh_export, in nfsd_proc_create()
Dnfs3proc.c508 if (resp->fh.fh_export->ex_flags & NFSEXP_NOREADDIRPLUS) in nfsd3_proc_readdirplus()
Dnfs4xdr.c2978 struct svc_export *exp = cd->rd_fhp->fh_export; in nfsd4_encode_dirent_fattr()
3231 return nfsd4_encode_fattr(xdr, fhp, fhp->fh_export, fhp->fh_dentry, in nfsd4_encode_getattr()
Dnfs4state.c4095 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1()
5102 status = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfs4_check_file()