Home
last modified time | relevance | path

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

/openbmc/u-boot/include/zfs/
H A Dspa.h48 #define SPA_MAXBLOCKSIZE (1ULL << SPA_MAXBLOCKSHIFT) macro
/openbmc/u-boot/fs/zfs/
H A Dzfs.c2081 data->file_buf = malloc(SPA_MAXBLOCKSIZE); in zfs_read()