Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dparams.c109 { "on", OVL_REDIRECT_ON },
120 return ovl_redirect_dir_def ? OVL_REDIRECT_ON : in ovl_redirect_mode_def()
838 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
841 if (config->metacopy && config->redirect_mode != OVL_REDIRECT_ON) { in ovl_fs_params_verify()
862 config->redirect_mode = OVL_REDIRECT_ON; in ovl_fs_params_verify()
H A Doverlayfs.h68 OVL_REDIRECT_ON, enumerator
552 return ofs->config.redirect_mode == OVL_REDIRECT_ON; in ovl_redirect_dir()