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

/linux-master/include/linux/
H A Dbadblocks.h14 #define BB_MAX_LEN 512 macro
/linux-master/block/
H A Dbadblocks.c218 * 5.1.1) When total size of range S and E <= BB_MAX_LEN, and their acknowledge
235 * |<----- BB_MAX_LEN ----->|
249 * |<----- BB_MAX_LEN ----->|
306 * 6.3.1) When total size of range E and S <= BB_MAX_LEN, and their acknowledge
543 ((BB_END(p[behind]) - s) <= BB_MAX_LEN) &&
569 WARN_ON((BB_LEN(p[behind]) + merged) >= BB_MAX_LEN);
587 (s == BB_END(p[prev]) && (BB_LEN(p[prev]) < BB_MAX_LEN))))
609 merged = min_t(sector_t, sectors, BB_MAX_LEN - BB_LEN(p[prev]));
627 * the sum of their lengths does not exceed BB_MAX_LEN limitation, then
641 (BB_LEN(p[prev - 1]) + BB_LEN(p[prev]) <= BB_MAX_LEN)
[all...]

Completed in 107 milliseconds