Lines Matching refs:metacopy
65 module_param_named(metacopy, ovl_metacopy_def, bool, 0644);
66 MODULE_PARM_DESC(metacopy,
364 if (ofs->config.metacopy != ovl_metacopy_def) in ovl_show_options()
366 ofs->config.metacopy ? "on" : "off"); in ovl_show_options()
575 config->metacopy = true; in ovl_parse_opt()
580 config->metacopy = false; in ovl_parse_opt()
627 if (config->metacopy && !config->redirect_dir) { in ovl_parse_opt()
640 config->metacopy = false; in ovl_parse_opt()
669 if (config->nfs_export && config->metacopy) { in ovl_parse_opt()
687 config->metacopy = false; in ovl_parse_opt()
1326 ofs->config.metacopy = false; in ovl_make_workdir()
1504 if (!ofs->config.index && !ofs->config.metacopy && !ofs->config.xino && in ovl_lower_uuid_ok()
1882 ofs->config.metacopy = ovl_metacopy_def; in ovl_fill_super()
1982 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()