Searched refs:erofs_blk_read (Results 1 - 5 of 5) sorted by relevance

/u-boot/fs/erofs/
H A Dsuper.c69 ret = erofs_blk_read(data, 0, erofs_blknr(sizeof(data)));
H A Dfs.c26 int erofs_blk_read(void *buf, erofs_blk_t start, u32 nblocks) function
H A Ddata.c84 err = erofs_blk_read(buf, erofs_blknr(pos), 1);
H A Dinternal.h324 int erofs_blk_read(void *buf, erofs_blk_t start, u32 nblocks);
H A Dzmap.c124 ret = erofs_blk_read(mpage, eblk, 1);

Completed in 138 milliseconds