Home
last modified time | relevance | path

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

/linux/block/
H A Dbadblocks.c541 (s < BB_END(p[prev]) || in can_merge_front()
542 (s == BB_END(p[prev]) && (BB_LEN(p[prev]) < BB_MAX_LEN)))) in can_merge_front()
559 WARN_ON(s > BB_END(p[prev])); in front_merge()
561 if (s < BB_END(p[prev])) { in front_merge()
562 merged = min_t(sector_t, sectors, BB_END(p[prev]) - s); in front_merge()
566 merged > (BB_OFFSET(p[prev + 1]) - BB_END(p[prev]))) { in front_merge()
567 merged = BB_OFFSET(p[prev + 1]) - BB_END(p[prev]); in front_merge()
595 (BB_END(p[prev - 1]) == BB_OFFSET(p[prev])) && in can_combine_front()
632 bad->start < BB_END(p[front])) in overlap_front()
684 if (BB_END(p[prev]) <= (bad->start + bad->len)) { in can_front_overwrite()
[all …]
/linux/arch/alpha/lib/
H A Dstacktrace.c33 #define BB_END(INSTR) \ macro
56 while (!BB_END(*pro_pc)) in display_stored_regs()
72 while (!BB_END(*(pc - 1))) in seek_prologue()
/linux/include/linux/
H A Dbadblocks.h18 #define BB_END(x) (BB_OFFSET(x) + BB_LEN(x)) macro