Searched refs:OVL_REDIRECT_ON (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/overlayfs/
H A Dparams.c109 { "on", OVL_REDIRECT_ON },
120 return ovl_redirect_dir_def ? OVL_REDIRECT_ON :
836 config->redirect_mode = OVL_REDIRECT_ON;
839 if (config->metacopy && config->redirect_mode != OVL_REDIRECT_ON) {
860 config->redirect_mode = OVL_REDIRECT_ON;
H A Doverlayfs.h80 OVL_REDIRECT_ON, enumerator in enum:__anon176
596 return ofs->config.redirect_mode == OVL_REDIRECT_ON;

Completed in 126 milliseconds