Searched refs:ir_end (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dinode.c768 u8 *ir_end, *index_end; local
817 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length);
818 if (ir_end > (u8*)ctx->mrec + vol->mft_record_size) {
825 if (index_end > ir_end) {
1475 u8 *ir_end, *index_end; local
1537 ir_end = (u8*)ir + le32_to_cpu(a->data.resident.value_length);
1538 if (ir_end > (u8*)ctx->mrec + vol->mft_record_size) {
1543 if (index_end > ir_end) {

Completed in 43 milliseconds