Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dsuper.c42 static bool ovl_index_def = IS_ENABLED(CONFIG_OVERLAY_FS_INDEX); variable
43 module_param_named(index, ovl_index_def, bool, 0644);
375 if (ofs->config.index != ovl_index_def) in ovl_show_options()
1921 ofs->config.index = ovl_index_def; in ovl_fill_super()