Home
last modified time | relevance | path

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

/external/erofs-utils/include/erofs/
Dcache.h92 struct erofs_buffer_head *erofs_balloc(int type, erofs_off_t size,
/external/erofs-utils/lib/
Dcache.c65 struct erofs_buffer_head *bh = erofs_balloc(META, 0, 0, 0); in erofs_buffer_init()
128 struct erofs_buffer_head *erofs_balloc(int type, erofs_off_t size, in erofs_balloc() function
Dinode.c143 bh = erofs_balloc(DATA, blknr_to_addr(nblocks), 0, 0); in __allocate_inode_bh_data()
519 bh = erofs_balloc(DATA, EROFS_BLKSIZ, 0, 0); in erofs_prepare_tail_block()
560 bh = erofs_balloc(INODE, inodesize, 0, inode->idata_size); in erofs_prepare_inode_buffer()
570 bh = erofs_balloc(INODE, inodesize, 0, 0); in erofs_prepare_inode_buffer()
Dcompress.c411 bh = erofs_balloc(DATA, 0, 0, 0); in erofs_write_compressed_file()
Dxattr.c571 bh = erofs_balloc(XATTR, shared_xattrs_size, 0, 0); in erofs_build_shared_xattrs_from_path()