Lines Matching refs:metacopy
65 module_param_named(metacopy, ovl_metacopy_def, bool, 0644);
66 MODULE_PARM_DESC(metacopy,
363 if (ofs->config.metacopy != ovl_metacopy_def) in ovl_show_options()
365 ofs->config.metacopy ? "on" : "off"); in ovl_show_options()
554 config->metacopy = true; in ovl_parse_opt()
559 config->metacopy = false; in ovl_parse_opt()
588 if (config->metacopy && !config->redirect_dir) { in ovl_parse_opt()
601 config->metacopy = false; in ovl_parse_opt()
1128 ofs->config.metacopy = false; in ovl_make_workdir()
1580 ofs->config.metacopy = ovl_metacopy_def; in ovl_fill_super()
1658 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()