Home
last modified time | relevance | path

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

/linux-6.15/fs/overlayfs/
H A Dparams.c632 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 …]
H A Dovl_entry.h13 int redirect_mode; member
H A Doverlayfs.h586 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()
H A Dsuper.c720 ofs->config.redirect_mode = OVL_REDIRECT_NOFOLLOW; in ovl_make_workdir()