Lines Matching refs:nfs_export
48 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
49 MODULE_PARM_DESC(nfs_export,
377 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()
378 seq_printf(m, ",nfs_export=%s", ofs->config.nfs_export ? in ovl_show_options()
587 config->nfs_export = true; in ovl_parse_opt()
592 config->nfs_export = false; in ovl_parse_opt()
686 if (config->nfs_export && !config->index) { in ovl_parse_opt()
689 config->nfs_export = false; in ovl_parse_opt()
699 config->nfs_export = false; in ovl_parse_opt()
707 if (config->nfs_export && config->metacopy) { in ovl_parse_opt()
718 config->nfs_export = false; in ovl_parse_opt()
947 if ((ofs->config.nfs_export || in ovl_lower_dir()
950 ofs->config.nfs_export = false; in ovl_lower_dir()
1490 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()
1492 ofs->config.nfs_export = false; in ovl_make_workdir()
1614 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
1666 if (ofs->config.index || ofs->config.nfs_export) { in ovl_get_fsid()
1668 ofs->config.nfs_export = false; in ovl_get_fsid()
2016 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_fill_super()
2131 if (ovl_upper_mnt(ofs) && ofs->config.nfs_export) { in ovl_fill_super()
2133 ofs->config.nfs_export = false; in ovl_fill_super()
2137 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()
2139 ofs->config.nfs_export = false; in ovl_fill_super()
2142 if (ofs->config.nfs_export) in ovl_fill_super()