Searched refs:end_index (Results 26 - 29 of 29) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c2317 unsigned long end_index = inode->i_size >> PAGE_CACHE_SHIFT; local
2351 if (page->index >= end_index) {
2356 if (page->index >= end_index + 1 || !last_offset) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c1669 int end_index = start_index | mask; local
1720 for (i = start_index; i <= end_index && byte_offset < bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2944 u_int end_index; local
2946 end_index = index + 1 + ahc->msgout_buf[index + 1];
2951 if (ahc->msgout_index > end_index)
2956 index = end_index;
H A Daic79xx_core.c4263 u_int end_index; local
4265 end_index = index + 1 + ahd->msgout_buf[index + 1];
4270 if (ahd->msgout_index > end_index)
4275 index = end_index;

Completed in 169 milliseconds

12