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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/md/
H A Dlvm.c1918 int max_hardsectsize = 0, hardsectsize = 0; local
1925 if (max_hardsectsize == 0)
1926 max_hardsectsize = hardsectsize;
1927 else if (hardsectsize != max_hardsectsize) {
1930 hardsectsize, max_hardsectsize);
1937 if (hardsectsize != max_hardsectsize) {
1941 if (hardsectsize > max_hardsectsize) {
1945 hardsectsize, max_hardsectsize);
1946 max_hardsectsize = hardsectsize;
1956 if (hardsectsize > max_hardsectsize)
[all...]

Completed in 38 milliseconds