Lines Matching refs:metacopy
68 module_param_named(metacopy, ovl_metacopy_def, bool, 0644);
362 if (ofs->config.metacopy != ovl_metacopy_def) in ovl_show_options()
364 ofs->config.metacopy ? "on" : "off"); in ovl_show_options()
550 config->metacopy = true; in ovl_parse_opt()
554 config->metacopy = false; in ovl_parse_opt()
576 if (config->upperdir && config->metacopy && !config->redirect_dir) { in ovl_parse_opt()
578 config->metacopy = false; in ovl_parse_opt()
579 } else if (config->metacopy && !config->redirect_follow) { in ovl_parse_opt()
581 config->metacopy = false; in ovl_parse_opt()
1058 ofs->config.metacopy = false; in ovl_make_workdir()
1392 ofs->config.metacopy = ovl_metacopy_def; in ovl_fill_super()
1463 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()