Searched refs:erofs_balloc (Results 1 – 5 of 5) sorted by relevance
/external/erofs-utils/include/erofs/ |
D | cache.h | 92 struct erofs_buffer_head *erofs_balloc(int type, erofs_off_t size,
|
/external/erofs-utils/lib/ |
D | cache.c | 65 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
|
D | inode.c | 143 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()
|
D | compress.c | 411 bh = erofs_balloc(DATA, 0, 0, 0); in erofs_write_compressed_file()
|
D | xattr.c | 571 bh = erofs_balloc(XATTR, shared_xattrs_size, 0, 0); in erofs_build_shared_xattrs_from_path()
|