Lines Matching refs:nfs_export
47 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
48 MODULE_PARM_DESC(nfs_export,
359 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()
360 seq_printf(m, ",nfs_export=%s", ofs->config.nfs_export ? in ovl_show_options()
553 config->nfs_export = true; in ovl_parse_opt()
558 config->nfs_export = false; in ovl_parse_opt()
648 if (config->nfs_export && !config->index) { in ovl_parse_opt()
651 config->nfs_export = false; in ovl_parse_opt()
661 config->nfs_export = false; in ovl_parse_opt()
669 if (config->nfs_export && config->metacopy) { in ovl_parse_opt()
680 config->nfs_export = false; in ovl_parse_opt()
881 if ((ofs->config.nfs_export || in ovl_lower_dir()
884 ofs->config.nfs_export = false; in ovl_lower_dir()
1369 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()
1371 ofs->config.nfs_export = false; in ovl_make_workdir()
1493 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
1541 if (ofs->config.index || ofs->config.nfs_export) { in ovl_get_fsid()
1543 ofs->config.nfs_export = false; in ovl_get_fsid()
1880 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_fill_super()
1976 if (ovl_upper_mnt(ofs) && ofs->config.nfs_export) { in ovl_fill_super()
1978 ofs->config.nfs_export = false; in ovl_fill_super()
1982 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()
1984 ofs->config.nfs_export = false; in ovl_fill_super()
1987 if (ofs->config.nfs_export) in ovl_fill_super()