Searched refs:metacopy (Results 1 – 6 of 6) sorted by relevance
28 bool metacopy; member228 if (last_element && d->metacopy && !d_is_reg(this)) { in ovl_lookup_single()241 d->metacopy = err; in ovl_lookup_single()242 d->stop = !d->metacopy; in ovl_lookup_single()243 if (!d->metacopy || d->last) in ovl_lookup_single()821 bool metacopy = false; in ovl_lookup() local830 .metacopy = false, in ovl_lookup()866 if (d.metacopy) in ovl_lookup()867 metacopy = true; in ovl_lookup()938 if (d.metacopy) in ovl_lookup()[all …]
402 bool metacopy; member509 if (S_ISREG(c->stat.mode) && !c->metacopy) { in ovl_copy_up_inode()540 if (c->metacopy) { in ovl_copy_up_inode()548 if (c->metacopy) in ovl_copy_up_inode()589 if (!c->metacopy) in ovl_copy_up_locked()698 if (!ofs->config.metacopy) in ovl_need_meta_copy_up()781 ctx.metacopy = ovl_need_meta_copy_up(dentry, ctx.stat.mode, flags); in ovl_copy_up_one()
68 module_param_named(metacopy, ovl_metacopy_def, bool, 0644);371 if (ofs->config.metacopy != ovl_metacopy_def) in ovl_show_options()373 ofs->config.metacopy ? "on" : "off"); in ovl_show_options()561 config->metacopy = true; in ovl_parse_opt()566 config->metacopy = false; in ovl_parse_opt()595 if (config->metacopy && !config->redirect_dir) { in ovl_parse_opt()608 config->metacopy = false; in ovl_parse_opt()1139 ofs->config.metacopy = false; in ovl_make_workdir()1574 ofs->config.metacopy = ovl_metacopy_def; in ovl_fill_super()1652 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()
22 bool metacopy; member
116 possible to turn off this feature globally with the "metacopy=off"118 "metacopy=off" mount option.121 mounting an overlay which has metacopy only inodes on a kernel
890 bool is_dir, metacopy = false; in ovl_get_inode() local955 metacopy = err; in ovl_get_inode()956 if (!metacopy) in ovl_get_inode()