Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-linear.c67 bool discard_supported = false; in linear_conf() local
101 discard_supported = true; in linear_conf()
109 if (!discard_supported) in linear_conf()
H A Draid0.c384 bool discard_supported = false; in raid0_run() local
399 discard_supported = true; in raid0_run()
401 if (!discard_supported) in raid0_run()
H A Draid1.c3067 bool discard_supported = false; in raid1_run() local
3105 discard_supported = true; in raid1_run()
3143 if (discard_supported) in raid1_run()
H A Draid10.c3729 bool discard_supported = false; in raid10_run() local
3803 discard_supported = true; in raid10_run()
3808 if (discard_supported) in raid10_run()