Home
last modified time | relevance | path

Searched refs:NFSEXP_FSID (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/nfsd/
H A Dexport.h42 #define NFSEXP_FSID 0x2000 macro
/openbmc/linux/fs/nfsd/
H A Dnfsfh.c452 return exp->ex_flags & NFSEXP_FSID; in fsid_type_ok_for_exp()
496 } else if (exp->ex_flags & NFSEXP_FSID) { in set_version_and_fsid_type()
742 if (fhp->fh_export->ex_flags & NFSEXP_FSID) in fsid_source()
751 if (fhp->fh_export->ex_flags & NFSEXP_FSID) in fsid_source()
H A Dexport.c423 !(*flags & NFSEXP_FSID) && in check_export()
1328 if (flag & NFSEXP_FSID) in exp_flags()