Home
last modified time | relevance | path

Searched refs:READ_AHEAD_BYTES (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/jffs/
Dintrep.c655 #define READ_AHEAD_BYTES 4096 /* must be a multiple of 4, in check_partly_erased_sectors() macro
671 read_buf1 = (__u8 *) kmalloc (sizeof(__u8) * READ_AHEAD_BYTES, GFP_KERNEL); in check_partly_erased_sectors()
675 read_buf2 = (__u8 *) kmalloc (sizeof(__u8) * READ_AHEAD_BYTES, GFP_KERNEL); in check_partly_erased_sectors()
688 &read_buf1[0], READ_AHEAD_BYTES); in check_partly_erased_sectors()
693 &read_buf2[0], READ_AHEAD_BYTES); in check_partly_erased_sectors()
735 pos += READ_AHEAD_BYTES; in check_partly_erased_sectors()