Home
last modified time | relevance | path

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

/Linux-v6.6/fs/overlayfs/
Dparams.c113 return ovl_parameter_redirect_dir[config->redirect_mode].name; in ovl_redirect_mode()
569 config->redirect_mode = result.uint_32; in ovl_parse_param()
570 if (config->redirect_mode == OVL_REDIRECT_OFF) { in ovl_parse_param()
571 config->redirect_mode = ovl_redirect_always_follow ? in ovl_parse_param()
704 ofs->config.redirect_mode = ovl_redirect_mode_def(); in ovl_init_fs_context()
811 if (!config->upperdir && config->redirect_mode == OVL_REDIRECT_FOLLOW) in ovl_fs_params_verify()
812 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
815 if (config->metacopy && config->redirect_mode != OVL_REDIRECT_ON) { in ovl_fs_params_verify()
836 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
843 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()
[all …]
Dovl_entry.h13 int redirect_mode; member
Doverlayfs.h539 return ofs->config.redirect_mode != OVL_REDIRECT_NOFOLLOW; in ovl_redirect_follow()
544 return ofs->config.redirect_mode == OVL_REDIRECT_ON; in ovl_redirect_dir()
Dsuper.c767 ofs->config.redirect_mode = OVL_REDIRECT_NOFOLLOW; in ovl_make_workdir()