Searched refs:ovl_redirect_dir_def (Results 1 - 1 of 1) sorted by path

/linux-master/fs/overlayfs/
H A Dparams.c14 static bool ovl_redirect_dir_def = IS_ENABLED(CONFIG_OVERLAY_FS_REDIRECT_DIR); variable
15 module_param_named(redirect_dir, ovl_redirect_dir_def, bool, 0644);
120 return ovl_redirect_dir_def ? OVL_REDIRECT_ON :

Completed in 233 milliseconds