Searched refs:SPA_MAXBLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/zfs/ | ||
H A D | spa.h | 48 #define SPA_MAXBLOCKSIZE (1ULL << SPA_MAXBLOCKSHIFT) macro |
/openbmc/u-boot/fs/zfs/ | ||
H A D | zfs.c | 2081 data->file_buf = malloc(SPA_MAXBLOCKSIZE); in zfs_read() |