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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dscan.c637 uint32_t inbuf_ofs; local
646 inbuf_ofs = ofs - buf_ofs;
647 while (inbuf_ofs < scan_end) {
648 if (unlikely(*(uint32_t *)(&buf[inbuf_ofs]) != 0xffffffff)) {
656 inbuf_ofs+=4;

Completed in 100 milliseconds