Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dparams.c108 { "nofollow", OVL_REDIRECT_NOFOLLOW },
122 OVL_REDIRECT_NOFOLLOW; in ovl_redirect_mode_def()
572 OVL_REDIRECT_NOFOLLOW; in ovl_parse_param()
837 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()
891 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()
911 config->redirect_mode = OVL_REDIRECT_NOFOLLOW; in ovl_fs_params_verify()
921 config->redirect_mode != OVL_REDIRECT_NOFOLLOW) { in ovl_fs_params_verify()
H A Doverlayfs.h67 OVL_REDIRECT_NOFOLLOW, /* ...or "nofollow". */ enumerator
547 return ofs->config.redirect_mode != OVL_REDIRECT_NOFOLLOW; in ovl_redirect_follow()
H A Dsuper.c767 ofs->config.redirect_mode = OVL_REDIRECT_NOFOLLOW; in ovl_make_workdir()