Searched refs:btrfs_decompress (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/fs/btrfs/ |
D | extent-io.c | 44 res = btrfs_decompress(extent->compression, cbuf, clen, dbuf, dlen); in btrfs_read_extent_inline() 104 res = btrfs_decompress(extent->compression, cbuf, clen, dbuf, dlen); in btrfs_read_extent_reg()
|
D | btrfs.h | 50 u32 btrfs_decompress(u8 type, const char *, u32, char *, u32);
|
D | compression.c | 111 u32 btrfs_decompress(u8 type, const char *c, u32 clen, char *d, u32 dlen) in btrfs_decompress() function
|