Lines Matching refs:metacopy
65 module_param_named(metacopy, ovl_metacopy_def, bool, 0644);
66 MODULE_PARM_DESC(metacopy,
381 if (ofs->config.metacopy != ovl_metacopy_def) in ovl_show_options()
383 ofs->config.metacopy ? "on" : "off"); in ovl_show_options()
592 config->metacopy = true; in ovl_parse_opt()
597 config->metacopy = false; in ovl_parse_opt()
644 if (config->metacopy && !config->redirect_dir) { in ovl_parse_opt()
657 config->metacopy = false; in ovl_parse_opt()
686 if (config->nfs_export && config->metacopy) { in ovl_parse_opt()
704 config->metacopy = false; in ovl_parse_opt()
1347 ofs->config.metacopy = false; in ovl_make_workdir()
1525 if (!ofs->config.index && !ofs->config.metacopy && !ofs->config.xino && in ovl_lower_uuid_ok()
1905 ofs->config.metacopy = ovl_metacopy_def; in ovl_fill_super()
2016 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()