Lines Matching defs:headoffset
531 erofs_off_t headoffset;
552 fe->map.m_la < fe->headoffset)
1778 erofs_off_t cur, end, headoffset = f->headoffset;
1783 end = headoffset + readahead_length(rac) - 1;
1785 end = headoffset + PAGE_SIZE - 1;
1795 readahead_expand(rac, headoffset, cur - headoffset);
1834 f.headoffset = (erofs_off_t)folio->index << PAGE_SHIFT;
1862 f.headoffset = readahead_pos(rac);