Searched refs:redirect_dir (Results 1 – 6 of 6) sorted by relevance
201 2. If the "redirect_dir" feature is enabled, then the directory will be207 There are several ways to tune the "redirect_dir" feature.212 If this is enabled, then redirect_dir is turned on by default.216 worried about backward compatibility with kernels that have the redirect_dir221 - "redirect_dir=BOOL":230 - "redirect_dir=on":232 - "redirect_dir=follow":234 - "redirect_dir=off":237 - "redirect_dir=nofollow":238 Redirects are not created and not followed (equivalent to "redirect_dir=off"[all …]
13 bool redirect_dir; member
31 module_param_named(redirect_dir, ovl_redirect_dir_def, bool, 0644);32 MODULE_PARM_DESC(redirect_dir,500 config->redirect_dir = true; in ovl_parse_redirect_mode()667 config->redirect_dir = true; in ovl_parse_opt()670 if (config->metacopy && !config->redirect_dir) { in ovl_parse_opt()686 config->redirect_follow = config->redirect_dir = true; in ovl_parse_opt()752 config->redirect_dir = config->redirect_follow = false; in ovl_parse_opt()
21 "redirect_dir=off" module option or on a filesystem instance basis22 with the "redirect_dir=off" mount option.
348 !ofs->config.redirect_dir && ofs->config.xino != OVL_XINO_ON); in ovl_allow_offline_changes()
420 return ofs->config.redirect_dir && !ofs->noxattr; in ovl_redirect_dir()