Lines Matching defs:endoff
1106 u16 endoff;
1166 endoff = le16_to_cpu(rph->next_record_offset);
1167 if (endoff > (blocksz - LOG_RECORD_HEAD_SZ)) {
2619 u16 endoff;
2668 endoff = le16_to_cpu(rph->next_record_offset);
2670 && ((u32)(k + size) <= endoff)) {
3447 u16 endoff;
3482 endoff = le16_to_cpu(rph->next_record_offset);
3483 if (k && ((k < endoff) || !endoff)) {
3522 && ((u32)(k + size) <= endoff)) {
3542 && ((k == endoff) || !endoff)