Home
last modified time | relevance | path

Searched refs:alignedoffset (Results 1 – 1 of 1) sorted by relevance

/external/erofs-utils/lib/
Dcache.c82 const erofs_off_t alignedoffset = roundup(bb->buffers.off, alignsize); in __erofs_battach() local
105 bh->off = alignedoffset; in __erofs_battach()
109 bb->buffers.off = alignedoffset + incr; in __erofs_battach()
114 return (alignedoffset + incr) % EROFS_BLKSIZ; in __erofs_battach()