Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/filesystems/
Doverlayfs.txt166 2. If the "redirect_dir" feature is enabled, then the directory will be
172 There are several ways to tune the "redirect_dir" feature.
177 If this is enabled, then redirect_dir is turned on by default.
181 worried about backward compatibility with kernels that have the redirect_dir
186 - "redirect_dir=BOOL":
195 - "redirect_dir=on":
197 - "redirect_dir=follow":
199 - "redirect_dir=off":
202 - "redirect_dir=nofollow":
203 Redirects are not created and not followed (equivalent to "redirect_dir=off"
[all …]
/Linux-v4.19/fs/overlayfs/
Dovl_entry.h16 bool redirect_dir; member
DKconfig20 "redirect_dir=off" module option or on a filesystem instance basis
21 with the "redirect_dir=off" mount option.
Dsuper.c33 module_param_named(redirect_dir, ovl_redirect_dir_def, bool, 0644);
451 config->redirect_dir = true; in ovl_parse_redirect_mode()
576 if (config->upperdir && config->metacopy && !config->redirect_dir) { in ovl_parse_opt()
Dutil.c389 return ofs->config.redirect_dir && !ofs->noxattr; in ovl_redirect_dir()