Home
last modified time | relevance | path

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

/linux/drivers/block/null_blk/
H A Dmain.c228 static bool g_fua = true; variable
229 module_param_named(fua, g_fua, bool, 0444);
818 dev->fua = g_fua; in null_alloc_dev()