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

/linux-master/fs/overlayfs/
H A Dparams.c31 static bool ovl_index_def = IS_ENABLED(CONFIG_OVERLAY_FS_INDEX); variable
32 module_param_named(index, ovl_index_def, bool, 0644);
731 ofs->config.index = ovl_index_def;
992 if (ofs->config.index != ovl_index_def)

Completed in 160 milliseconds