Lines Matching refs:skip
869 int block0, block1, page, ret, skip, ofs = 0;
896 skip = from % DOC_LAYOUT_PAGE_SIZE;
899 calc_block_sector(from - skip, &block0, &block1, &page, &ofs,
901 nbdata = min_t(size_t, len, DOC_LAYOUT_PAGE_SIZE - skip);
909 ret = doc_read_page_getbytes(docg3, skip, NULL, 1, 0);
910 if (ret < skip)
912 ret = doc_read_page_getbytes(docg3, nbdata, buf, 0, skip % 2);
916 DOC_LAYOUT_PAGE_SIZE - nbdata - skip,
917 NULL, 0, (skip + nbdata) % 2);
965 skip = 0;