Searched refs:redirect_mode (Results 1 – 4 of 4) sorted by relevance
632 config->redirect_mode = result.uint_32; in ovl_parse_param()633 if (config->redirect_mode == OVL_REDIRECT_OFF) { in ovl_parse_param()634 config->redirect_mode = ovl_redirect_always_follow ? in ovl_parse_param()790 ofs->config.redirect_mode = ovl_redirect_mode_def(); in ovl_init_fs_context()891 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()915 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()922 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()976 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()996 config->redirect_mode = OVL_REDIRECT_NOFOLLOW; in ovl_fs_params_verify()1006 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()[all …]
13 int redirect_mode; member
586 return ofs->config.redirect_mode != OVL_REDIRECT_NOFOLLOW; in ovl_redirect_follow()591 return ofs->config.redirect_mode == OVL_REDIRECT_ON; in ovl_redirect_dir()
720 ofs->config.redirect_mode = OVL_REDIRECT_NOFOLLOW; in ovl_make_workdir()