Searched refs:owbf (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 Dwbuf.c908 loff_t orbf = 0, owbf = 0, lwbf = 0; local
944 owbf = (ofs - c->wbuf_ofs); /* offset in write buffer */
945 if (owbf > c->wbuf_len) /* is read beyond write buffer ? */
947 lwbf = c->wbuf_len - owbf; /* number of bytes to copy */
959 memcpy(buf+orbf,c->wbuf+owbf,lwbf);

Completed in 96 milliseconds