Searched refs:redirect_mode (Results 1 – 4 of 4) sorted by relevance
115 return ovl_parameter_redirect_dir[config->redirect_mode].name; in ovl_redirect_mode()630 config->redirect_mode = result.uint_32; in ovl_parse_param()631 if (config->redirect_mode == OVL_REDIRECT_OFF) { in ovl_parse_param()632 config->redirect_mode = ovl_redirect_always_follow ? in ovl_parse_param()765 ofs->config.redirect_mode = ovl_redirect_mode_def(); in ovl_init_fs_context()865 if (!config->upperdir && config->redirect_mode == OVL_REDIRECT_FOLLOW) in ovl_fs_params_verify()866 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()869 if (config->metacopy && config->redirect_mode != OVL_REDIRECT_ON) { in ovl_fs_params_verify()890 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()897 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()[all …]
13 int redirect_mode; member
587 return ofs->config.redirect_mode != OVL_REDIRECT_NOFOLLOW; in ovl_redirect_follow()592 return ofs->config.redirect_mode == OVL_REDIRECT_ON; in ovl_redirect_dir()
719 ofs->config.redirect_mode = OVL_REDIRECT_NOFOLLOW; in ovl_make_workdir()