Lines Matching defs:end
223 static int sanity_indx_list(const char *buffer, u32 k, u32 end)
232 while ((k <= end) && !done && !err) {
288 if (k != end) {
290 (long)end, (long)k);
294 printf("** Missing end of index mark\n");
1451 /* Relocate end of record */
2565 u32 end;
2573 end = le32_to_cpu(action->record.client_data_length)
2577 if ((redo + length) > end)
2678 /* target is right-justified to end of attribute */
2695 u32 end;
2705 end = le32_to_cpu(action->record.client_data_length)
2708 if ((redo + length) > end)
2769 /* target is right-justified to end of attribute */
2784 u32 end;
2792 end = le32_to_cpu(action->record.client_data_length)
2796 if ((redo + length) > end)
3601 /* target is right-justified to end of attribute */
3705 u32 end;
3713 end = le32_to_cpu(action->record.client_data_length)
3717 if ((undo + length) > end)
3810 /* target is right-justified to end of attribute */
3886 u32 end;
3894 end = le32_to_cpu(action->record.client_data_length)
3898 if ((undo + length) > end)
3953 u32 end;
3961 end = le32_to_cpu(action->record.client_data_length)
3965 if ((undo + length) > end)