Lines Matching refs:skip
869 int block0, block1, page, ret, skip, ofs = 0;
897 skip = from % DOC_LAYOUT_PAGE_SIZE;
901 calc_block_sector(from - skip, &block0, &block1, &page, &ofs,
903 nbdata = min_t(size_t, len, DOC_LAYOUT_PAGE_SIZE - skip);
911 ret = doc_read_page_getbytes(docg3, skip, NULL, 1, 0);
912 if (ret < skip)
914 ret = doc_read_page_getbytes(docg3, nbdata, buf, 0, skip % 2);
918 DOC_LAYOUT_PAGE_SIZE - nbdata - skip,
919 NULL, 0, (skip + nbdata) % 2);
967 skip = 0;