Home
last modified time | relevance | path

Searched refs:redirect_dir (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/filesystems/
A Doverlayfs.rst201 2. If the "redirect_dir" feature is enabled, then the directory will be
207 There are several ways to tune the "redirect_dir" feature.
212 If this is enabled, then redirect_dir is turned on by default.
221 - "redirect_dir=BOOL":
230 - "redirect_dir=on":
232 - "redirect_dir=follow":
234 - "redirect_dir=off":
237 - "redirect_dir=nofollow":
252 turning off redirect follow (e.g. "redirect_dir=nofollow").
436 1) "redirect_dir"
[all …]
/linux/fs/overlayfs/
A Dovl_entry.h13 bool redirect_dir; member
A Dsuper.c30 module_param_named(redirect_dir, ovl_redirect_dir_def, bool, 0644);
31 MODULE_PARM_DESC(redirect_dir,
491 config->redirect_dir = true; in ovl_parse_redirect_mode()
658 config->redirect_dir = true; in ovl_parse_opt()
661 if (config->metacopy && !config->redirect_dir) { in ovl_parse_opt()
677 config->redirect_follow = config->redirect_dir = true; in ovl_parse_opt()
743 config->redirect_dir = config->redirect_follow = false; in ovl_parse_opt()
A DKconfig21 "redirect_dir=off" module option or on a filesystem instance basis
22 with the "redirect_dir=off" mount option.
A Doverlayfs.h274 !ofs->config.redirect_dir && ofs->config.xino != OVL_XINO_ON); in ovl_allow_offline_changes()
A Dutil.c393 return ofs->config.redirect_dir && !ofs->noxattr; in ovl_redirect_dir()

Completed in 13 milliseconds