Searched refs:metacopy (Results 1 – 5 of 5) sorted by relevance
25 bool metacopy; member248 if (last_element && d->metacopy && !d_is_reg(this)) { in ovl_lookup_single()261 d->metacopy = err; in ovl_lookup_single()262 d->stop = !d->metacopy; in ovl_lookup_single()263 if (!d->metacopy || d->last) in ovl_lookup_single()845 .metacopy = false, in ovl_lookup()878 if (d.metacopy) in ovl_lookup()916 if ((uppermetacopy || d.metacopy) && !ofs->config.metacopy) { in ovl_lookup()957 if (d.metacopy && ctr) { in ovl_lookup()1007 if (d.metacopy || (uppermetacopy && !ctr)) { in ovl_lookup()
71 module_param_named(metacopy, ovl_metacopy_def, bool, 0644);72 MODULE_PARM_DESC(metacopy,387 if (ofs->config.metacopy != ovl_metacopy_def) in ovl_show_options()389 ofs->config.metacopy ? "on" : "off"); in ovl_show_options()606 config->metacopy = true; in ovl_parse_opt()611 config->metacopy = false; in ovl_parse_opt()666 if (config->metacopy && !config->redirect_dir) { in ovl_parse_opt()679 config->metacopy = false; in ovl_parse_opt()708 if (config->nfs_export && config->metacopy) { in ovl_parse_opt()726 config->metacopy = false; in ovl_parse_opt()[all …]
447 bool metacopy; member499 if (S_ISREG(c->stat.mode) && !c->metacopy) { in ovl_copy_up_inode()531 if (c->metacopy) { in ovl_copy_up_inode()630 if (!c->metacopy) in ovl_copy_up_workdir()682 if (!c->metacopy) in ovl_copy_up_tmpfile()780 if (!ofs->config.metacopy) in ovl_need_meta_copy_up()887 ctx.metacopy = ovl_need_meta_copy_up(dentry, ctx.stat.mode, flags); in ovl_copy_up_one()
118 possible to turn off this feature globally with the "metacopy=off"120 "metacopy=off" mount option.123 mounting an overlay which has metacopy only inodes on a kernel
19 bool metacopy; member