Lines Matching refs:dst_max
1223 * @dst_max: pointer to last byte of destination buffer for bounds checking
1238 static inline int ntfs_write_significant_bytes(s8 *dst, const s8 *dst_max,
1247 if (unlikely(dst > dst_max))
1256 if (unlikely(dst > dst_max))
1261 if (unlikely(dst > dst_max))
1314 s8 *dst_max, *dst_next;
1339 * @dst_max is used for bounds checking in
1342 dst_max = dst + dst_len - 1;
1363 len_len = ntfs_write_significant_bytes(dst + 1, dst_max,
1382 len_len, dst_max, prev_lcn);
1388 if (unlikely(dst_next > dst_max))
1414 len_len = ntfs_write_significant_bytes(dst + 1, dst_max,
1430 len_len, dst_max, rl->lcn - prev_lcn);
1437 if (unlikely(dst_next > dst_max))