Searched refs:ex_flags (Results 1 – 10 of 10) sorted by relevance
66 int ex_flags; member98 #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)
35 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()284 if (exp->ex_flags & NFSEXP_V4ROOT) in nfsd_set_fh_dentry()291 if (exp->ex_flags & NFSEXP_V4ROOT) in nfsd_set_fh_dentry()467 int fh_flags = (exp->ex_flags & NFSEXP_NOSUBTREECHECK) ? 0 : in _fh_update()501 return exp->ex_flags & NFSEXP_FSID; in fsid_type_ok_for_exp()545 } else if (exp->ex_flags & NFSEXP_FSID) { in set_version_and_fsid_type()791 if (fhp->fh_export->ex_flags & NFSEXP_FSID) in fsid_source()800 if (fhp->fh_export->ex_flags & NFSEXP_FSID) in fsid_source()
17 return exp->ex_flags; in nfsexp_flags()
542 if (~NFSEXP_SECINFO_FLAGS & (f->flags ^ exp->ex_flags)) in secinfo_parse()654 exp.ex_flags= an_int; in svc_export_parse()693 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid); in svc_export_parse()793 exp_flags(m, exp->ex_flags, exp->ex_fsid, in svc_export_show()841 new->ex_flags = item->ex_flags; in export_update()1354 if (!secinfo_flags_equal(flags, exp->ex_flags)) in show_secinfo()
132 if (exp->ex_flags & NFSEXP_CROSSMOUNT) in nfsd_cross_mnt()155 if (err == -ENOENT && !(exp->ex_flags & NFSEXP_V4ROOT)) in nfsd_cross_mnt()161 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) { in nfsd_cross_mnt()226 if (exp->ex_flags & NFSEXP_V4ROOT) in nfsd_mountpoint()2542 if (exp->ex_flags & NFSEXP_NOAUTHNLM) in nfsd_permission()
133 if (!(exp->ex_flags & NFSEXP_PNFS)) in nfsd4_setup_layout_type()
3022 if (!(args->exp->ex_flags & NFSEXP_NOSUBTREECHECK)) in nfsd4_encode_fattr4_fh_expire_type()3033 if (unlikely(exp->ex_flags & NFSEXP_V4ROOT)) { in nfsd4_encode_fattr4_change()3617 if (exp->ex_flags & NFSEXP_SECURITY_LABEL) in nfsd4_encode_fattr4()3755 if (!(exp->ex_flags & NFSEXP_V4ROOT) in nfsd4_encode_entry4_fattr()3851 if (cd->rd_fhp->fh_export->ex_flags & NFSEXP_V4ROOT) in nfsd4_encode_entry4()
672 if (resp->fh.fh_export->ex_flags & NFSEXP_NOREADDIRPLUS) { in nfsd3_proc_readdirplus()
93 !(exp->ex_flags & NFSEXP_SECURITY_LABEL)) in check_attr_support()
5428 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1()
Completed in 52 milliseconds