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()
579 config->nfs_export = true; in ovl_parse_opt()
584 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()
919 if ((ofs->config.nfs_export || in ovl_lower_dir()
922 ofs->config.nfs_export = false; in ovl_lower_dir()
1409 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()
1411 ofs->config.nfs_export = false; in ovl_make_workdir()
1533 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
1581 if (ofs->config.index || ofs->config.nfs_export) { in ovl_get_fsid()
1583 ofs->config.nfs_export = false; in ovl_get_fsid()
1922 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_fill_super()
2029 if (ovl_upper_mnt(ofs) && ofs->config.nfs_export) { in ovl_fill_super()
2031 ofs->config.nfs_export = false; in ovl_fill_super()
2035 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()
2037 ofs->config.nfs_export = false; in ovl_fill_super()
2040 if (ofs->config.nfs_export) in ovl_fill_super()