Home
last modified time | relevance | path

Searched refs:redirect_mode (Results 1 – 3 of 3) sorted by relevance

/linux/fs/overlayfs/
H A Dparams.c116 return ovl_parameter_redirect_dir[config->redirect_mode].name; in ovl_redirect_mode()
639 config->redirect_mode = result.uint_32; in ovl_parse_param()
640 if (config->redirect_mode == OVL_REDIRECT_OFF) { in ovl_parse_param()
641 config->redirect_mode = ovl_redirect_always_follow ? in ovl_parse_param()
797 ofs->config.redirect_mode = ovl_redirect_mode_def(); in ovl_init_fs_context()
887 if (!config->upperdir && config->redirect_mode == OVL_REDIRECT_FOLLOW) in ovl_fs_params_verify()
888 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
891 if (config->metacopy && config->redirect_mode != OVL_REDIRECT_ON) { in ovl_fs_params_verify()
907 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
914 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()
[all …]
H A Dovl_entry.h13 int redirect_mode; member
H A Dsuper.c733 ofs->config.redirect_mode = OVL_REDIRECT_NOFOLLOW; in ovl_make_workdir()