Lines Matching refs:nfs_export
47 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
48 MODULE_PARM_DESC(nfs_export,
373 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()
374 seq_printf(m, ",nfs_export=%s", ofs->config.nfs_export ? in ovl_show_options()
583 config->nfs_export = true; in ovl_parse_opt()
588 config->nfs_export = false; in ovl_parse_opt()
682 if (config->nfs_export && !config->index) { in ovl_parse_opt()
685 config->nfs_export = false; in ovl_parse_opt()
695 config->nfs_export = false; in ovl_parse_opt()
703 if (config->nfs_export && config->metacopy) { in ovl_parse_opt()
714 config->nfs_export = false; in ovl_parse_opt()
943 if ((ofs->config.nfs_export || in ovl_lower_dir()
946 ofs->config.nfs_export = false; in ovl_lower_dir()
1467 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()
1469 ofs->config.nfs_export = false; in ovl_make_workdir()
1591 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
1643 if (ofs->config.index || ofs->config.nfs_export) { in ovl_get_fsid()
1645 ofs->config.nfs_export = false; in ovl_get_fsid()
1993 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_fill_super()
2108 if (ovl_upper_mnt(ofs) && ofs->config.nfs_export) { in ovl_fill_super()
2110 ofs->config.nfs_export = false; in ovl_fill_super()
2114 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()
2116 ofs->config.nfs_export = false; in ovl_fill_super()
2119 if (ofs->config.nfs_export) in ovl_fill_super()