Home
last modified time | relevance | path

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

/external/erofs-utils/include/erofs/
Dcache.h90 int erofs_bh_balloon(struct erofs_buffer_head *bh, erofs_off_t incr);
/external/erofs-utils/lib/
Dcache.c117 int erofs_bh_balloon(struct erofs_buffer_head *bh, erofs_off_t incr) in erofs_bh_balloon() function
Dcompress.c459 ret = erofs_bh_balloon(bh, blknr_to_addr(compressed_blocks)); in erofs_write_compressed_file()
Dinode.c533 ret = erofs_bh_balloon(bh, EROFS_BLKSIZ); in erofs_prepare_tail_block()
/external/erofs-utils/mkfs/
Dmain.c494 err = erofs_bh_balloon(sb_bh, EROFS_SUPER_END); in main()