Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dexport.h66 int ex_flags; member
97 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC))
98 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE)
99 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES)
Dnfsfh.c35 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) in nfsd_acceptable()
122 if (!(exp->ex_flags & NFSEXP_V4ROOT)) in check_pseudo_root()
211 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) { in nfsd_set_fh_dentry()
417 int subtreecheck = !(exp->ex_flags & NFSEXP_NOSUBTREECHECK); in _fh_update()
448 return exp->ex_flags & NFSEXP_FSID; in fsid_type_ok_for_exp()
492 } else if (exp->ex_flags & NFSEXP_FSID) { in set_version_and_fsid_type()
736 if (fhp->fh_export->ex_flags & NFSEXP_FSID) in fsid_source()
745 if (fhp->fh_export->ex_flags & NFSEXP_FSID) in fsid_source()
Dexport.c535 if (~NFSEXP_SECINFO_FLAGS & (f->flags ^ exp->ex_flags)) in secinfo_parse()
626 exp.ex_flags= an_int; in svc_export_parse()
663 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid); in svc_export_parse()
760 exp_flags(m, exp->ex_flags, exp->ex_fsid, in svc_export_show()
808 new->ex_flags = item->ex_flags; in export_update()
1258 if (!secinfo_flags_equal(flags, exp->ex_flags)) in show_secinfo()
Dauth.c17 return exp->ex_flags; in nfsexp_flags()
Dvfs.c88 if (err == -ENOENT && !(exp->ex_flags & NFSEXP_V4ROOT)) in nfsd_cross_mnt()
94 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) { in nfsd_cross_mnt()
159 if (exp->ex_flags & NFSEXP_V4ROOT) in nfsd_mountpoint()
2295 if (exp->ex_flags & NFSEXP_NOAUTHNLM) in nfsd_permission()
Dnfs4layouts.c133 if (!(exp->ex_flags & NFSEXP_PNFS)) in nfsd4_setup_layout_type()
Dnfs4xdr.c2475 if (exp->ex_flags & NFSEXP_V4ROOT) { in encode_change()
2948 if (exp->ex_flags & NFSEXP_SECURITY_LABEL) in nfsd4_encode_fattr()
3013 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) in nfsd4_encode_fattr()
3479 if (!(exp->ex_flags & NFSEXP_V4ROOT) in nfsd4_encode_dirent_fattr()
3581 if (cd->rd_fhp->fh_export->ex_flags & NFSEXP_V4ROOT) in nfsd4_encode_dirent()
Dnfs3proc.c640 if (resp->fh.fh_export->ex_flags & NFSEXP_NOREADDIRPLUS) { in nfsd3_proc_readdirplus()
Dnfs4proc.c93 !(exp->ex_flags & NFSEXP_SECURITY_LABEL)) in check_attr_support()
Dnfs4state.c5057 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1()