Home
last modified time | relevance | path

Searched refs:redirect_follow (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dovl_entry.h14 bool redirect_follow; member
H A Dsuper.c499 config->redirect_follow = true; in ovl_parse_redirect_mode()
501 config->redirect_follow = true; in ovl_parse_redirect_mode()
504 config->redirect_follow = true; in ovl_parse_redirect_mode()
657 if (!config->upperdir && config->redirect_follow) in ovl_parse_opt()
677 config->redirect_follow = config->redirect_dir = true; in ovl_parse_opt()
683 if (!config->upperdir && config->redirect_follow) { in ovl_parse_opt()
H A Dnamei.c843 .last = ofs->config.redirect_follow ? false : !poe->numlower, in ovl_lookup()
904 if (!ofs->config.redirect_follow) in ovl_lookup()
983 if (d.redirect && !ofs->config.redirect_follow) { in ovl_lookup()