Home
last modified time | relevance | path

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

/external/u-boot/include/zfs/
Dzio.h26 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE macro
27 #define SPA_GBH_NBLKPTRS ((SPA_GANGBLOCKSIZE - \
29 #define SPA_GBH_FILLER ((SPA_GANGBLOCKSIZE - \
36 SPA_GANGBLOCKSIZE : BP_GET_PSIZE((zio)->io_bp))
/external/u-boot/fs/zfs/
Dzfs.c462 zio_gb = malloc(SPA_GANGBLOCKSIZE); in zio_read_gang()
470 err = zfs_devread(sector, 0, SPA_GANGBLOCKSIZE, (char *) zio_gb); in zio_read_gang()
482 (char *) zio_gb, SPA_GANGBLOCKSIZE); in zio_read_gang()