Home
last modified time | relevance | path

Searched refs:ex_flags (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dexport.h66 int ex_flags; member
98 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC))
99 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE)
100 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES)
H A Dnfsfh.c35 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) in nfsd_acceptable()
121 if (!(exp->ex_flags & NFSEXP_V4ROOT)) in check_pseudo_root()
206 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) { in nfsd_set_fh_dentry()
283 if (exp->ex_flags & NFSEXP_V4ROOT) in nfsd_set_fh_dentry()
290 if (exp->ex_flags & NFSEXP_V4ROOT) in nfsd_set_fh_dentry()
365 if ((access & NFSD_MAY_NLM) && (exp->ex_flags & NFSEXP_NOAUTHNLM)) in __fh_verify()
468 int fh_flags = (exp->ex_flags & NFSEXP_NOSUBTREECHECK) ? 0 : in _fh_update()
502 return exp->ex_flags & NFSEXP_FSID; in fsid_type_ok_for_exp()
546 } else if (exp->ex_flags & NFSEXP_FSID) { in set_version_and_fsid_type()
789 if (fhp->fh_export->ex_flags & NFSEXP_FSID) in fsid_source()
[all …]
H A Dauth.c17 return exp->ex_flags; in nfsexp_flags()
H A Dexport.c551 if (~NFSEXP_SECINFO_FLAGS & (f->flags ^ exp->ex_flags)) in secinfo_parse()
663 exp.ex_flags= an_int; in svc_export_parse()
702 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid); in svc_export_parse()
802 exp_flags(m, exp->ex_flags, exp->ex_fsid, in svc_export_show()
850 new->ex_flags = item->ex_flags; in export_update()
1382 if (!secinfo_flags_equal(flags, exp->ex_flags)) in show_secinfo()
H A Dvfs.c130 if (exp->ex_flags & NFSEXP_CROSSMOUNT) in nfsd_cross_mnt()
153 if (err == -ENOENT && !(exp->ex_flags & NFSEXP_V4ROOT)) in nfsd_cross_mnt()
159 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) { in nfsd_cross_mnt()
224 if (exp->ex_flags & NFSEXP_V4ROOT) in nfsd_mountpoint()
H A Dnfs4layouts.c133 if (!(exp->ex_flags & NFSEXP_PNFS)) in nfsd4_setup_layout_type()
H A Dnfs4xdr.c3034 if (!(args->exp->ex_flags & NFSEXP_NOSUBTREECHECK)) in nfsd4_encode_fattr4_fh_expire_type()
3044 if (unlikely(exp->ex_flags & NFSEXP_V4ROOT)) { in nfsd4_encode_fattr4_change()
3692 if (exp->ex_flags & NFSEXP_SECURITY_LABEL) in nfsd4_encode_fattr4()
3830 if (!(exp->ex_flags & NFSEXP_V4ROOT) in nfsd4_encode_entry4_fattr()
3926 if (cd->rd_fhp->fh_export->ex_flags & NFSEXP_V4ROOT) in nfsd4_encode_entry4()
H A Dnfs3proc.c672 if (resp->fh.fh_export->ex_flags & NFSEXP_NOREADDIRPLUS) { in nfsd3_proc_readdirplus()
H A Dnfs4proc.c95 !(exp->ex_flags & NFSEXP_SECURITY_LABEL)) in check_attr_support()
H A Dnfs4state.c5595 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1()