Home
last modified time | relevance | path

Searched refs:redirect_mode (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/overlayfs/
H A Dparams.c115 return ovl_parameter_redirect_dir[config->redirect_mode].name; in ovl_redirect_mode()
596 config->redirect_mode = result.uint_32; in ovl_parse_param()
597 if (config->redirect_mode == OVL_REDIRECT_OFF) { in ovl_parse_param()
598 config->redirect_mode = ovl_redirect_always_follow ? in ovl_parse_param()
731 ofs->config.redirect_mode = ovl_redirect_mode_def(); in ovl_init_fs_context()
838 if (!config->upperdir && config->redirect_mode == OVL_REDIRECT_FOLLOW) in ovl_fs_params_verify()
839 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
842 if (config->metacopy && config->redirect_mode != OVL_REDIRECT_ON) { in ovl_fs_params_verify()
863 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
870 config->redirect_mode ! 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()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dsuper.c252 kfree(ofs->config.redirect_mode); in ovl_free_fs()
372 if (strcmp(ofs->config.redirect_mode, ovl_redirect_mode_def()) != 0) in ovl_show_options()
373 seq_printf(m, ",redirect_dir=%s", ofs->config.redirect_mode); in ovl_show_options()
513 config->redirect_mode = kstrdup(ovl_redirect_mode_def(), GFP_KERNEL); in ovl_parse_opt()
514 if (!config->redirect_mode) in ovl_parse_opt()
552 kfree(config->redirect_mode); in ovl_parse_opt()
553 config->redirect_mode = match_strdup(&args[0]); in ovl_parse_opt()
554 if (!config->redirect_mode) in ovl_parse_opt()
632 err = ovl_parse_redirect_mode(config, config->redirect_mode); in ovl_parse_opt()
647 config->redirect_mode); in ovl_parse_opt()
[all...]
H A Dovl_entry.h15 const char *redirect_mode; member

Completed in 8 milliseconds