Lines Matching refs:dst_max
1420 * @dst_max: pointer to last byte of destination buffer for bounds checking
1435 int ntfs_write_significant_bytes(u8 *dst, const u8 *dst_max, const s64 n)
1441 if (dst > dst_max)
1446 if (dst > dst_max)
1494 u8 *dst_max, *dst_next;
1515 * @dst_max is used for bounds checking in
1518 dst_max = dst + dst_len - 1;
1529 len_len = ntfs_write_significant_bytes(dst + 1, dst_max,
1548 len_len, dst_max, prev_lcn);
1554 if (dst_next > dst_max)
1568 len_len = ntfs_write_significant_bytes(dst + 1, dst_max,
1584 len_len, dst_max, rl->lcn - prev_lcn);
1591 if (dst_next > dst_max)