Searched refs:SPA_GANGBLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
26 #define SPA_GANGBLOCKSIZE SPA_MINBLOCKSIZE macro27 #define SPA_GBH_NBLKPTRS ((SPA_GANGBLOCKSIZE - \29 #define SPA_GBH_FILLER ((SPA_GANGBLOCKSIZE - \36 SPA_GANGBLOCKSIZE : BP_GET_PSIZE((zio)->io_bp))
463 zio_gb = malloc(SPA_GANGBLOCKSIZE); in zio_read_gang()471 err = zfs_devread(sector, 0, SPA_GANGBLOCKSIZE, (char *) zio_gb); in zio_read_gang()483 (char *) zio_gb, SPA_GANGBLOCKSIZE); in zio_read_gang()
Completed in 6 milliseconds