Lines Matching refs:upperdir
242 kfree(ofs->config.upperdir); in ovl_free_fs()
349 if (ofs->config.upperdir) { in ovl_show_options()
350 seq_show_option(m, "upperdir", ofs->config.upperdir); in ovl_show_options()
510 kfree(config->upperdir); in ovl_parse_opt()
511 config->upperdir = match_strdup(&args[0]); in ovl_parse_opt()
512 if (!config->upperdir) in ovl_parse_opt()
596 if (!config->upperdir) { in ovl_parse_opt()
610 if (!config->upperdir && config->ovl_volatile) { in ovl_parse_opt()
623 if (!config->upperdir && config->redirect_follow) in ovl_parse_opt()
649 if (!config->upperdir && config->redirect_follow) { in ovl_parse_opt()
882 (ofs->config.index && ofs->config.upperdir)) && !fh_type) { in ovl_lower_dir()
897 static bool ovl_workdir_ok(struct dentry *workdir, struct dentry *upperdir) in ovl_workdir_ok() argument
901 if (workdir != upperdir) { in ovl_workdir_ok()
902 ok = (lock_rename(workdir, upperdir) == NULL); in ovl_workdir_ok()
903 unlock_rename(workdir, upperdir); in ovl_workdir_ok()
1105 err = ovl_mount_dir(ofs->config.upperdir, upperpath); in ovl_get_upper()
1116 err = ovl_check_namelen(upperpath, ofs, ofs->config.upperdir); in ovl_get_upper()
1693 if (!ofs->config.upperdir && numlower == 1) { in ovl_get_lowerstack()
1929 if (ofs->config.upperdir) { in ovl_fill_super()