Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Doverlayfs.rst224 2. If the "redirect_dir" feature is enabled, then the directory will be
230 There are several ways to tune the "redirect_dir" feature.
235 If this is enabled, then redirect_dir is turned on by default.
239 worried about backward compatibility with kernels that have the redirect_dir
244 - "redirect_dir=BOOL":
253 - "redirect_dir=on":
255 - "redirect_dir=follow":
257 - "redirect_dir=off":
260 - "redirect_dir=nofollow":
261 Redirects are not created and not followed (equivalent to "redirect_dir=off"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/
H A Doverlayfs-etc-preinit.sh.in42 -o index=off,xino=off,redirect_dir=off,metacopy=off \
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dovl_entry.h13 bool redirect_dir; member
H A DKconfig21 "redirect_dir=off" module option or on a filesystem instance basis
22 with the "redirect_dir=off" mount option.
H A Dsuper.c31 module_param_named(redirect_dir, ovl_redirect_dir_def, bool, 0644);
32 MODULE_PARM_DESC(redirect_dir,
494 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()
H A Dutil.c397 return ofs->config.redirect_dir && !ofs->noxattr; in ovl_redirect_dir()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo