Home
last modified time | relevance | path

Searched refs:csum_allocated (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dfile-item.c147 kfree(bio->csum_allocated); in btrfs_io_bio_endio_readpage()
178 btrfs_bio->csum_allocated = kmalloc_array(nblocks, in __btrfs_lookup_bio_sums()
180 if (!btrfs_bio->csum_allocated) { in __btrfs_lookup_bio_sums()
184 btrfs_bio->csum = btrfs_bio->csum_allocated; in __btrfs_lookup_bio_sums()
Dvolumes.h271 u8 *csum_allocated; member