Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dparams.c115 return ovl_parameter_redirect_dir[config->redirect_mode].name; in ovl_redirect_mode()
568 config->redirect_mode = result.uint_32; in ovl_parse_param()
569 if (config->redirect_mode == OVL_REDIRECT_OFF) { in ovl_parse_param()
570 config->redirect_mode = ovl_redirect_always_follow ? in ovl_parse_param()
703 ofs->config.redirect_mode = ovl_redirect_mode_def(); in ovl_init_fs_context()
805 if (!config->upperdir && config->redirect_mode == OVL_REDIRECT_FOLLOW) in ovl_fs_params_verify()
806 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
809 if (config->metacopy && config->redirect_mode != OVL_REDIRECT_ON) { in ovl_fs_params_verify()
830 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
837 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()
[all …]
H A Dovl_entry.h13 int redirect_mode; member
H A Doverlayfs.h547 return ofs->config.redirect_mode != OVL_REDIRECT_NOFOLLOW; in ovl_redirect_follow()
552 return ofs->config.redirect_mode == OVL_REDIRECT_ON; in ovl_redirect_dir()
H A Dsuper.c767 ofs->config.redirect_mode = OVL_REDIRECT_NOFOLLOW; in ovl_make_workdir()