Searched refs:DEV_GELIBOOT_BSIZE (Results 1 – 2 of 2) sorted by relevance
151 if ((buf = malloc(DEV_GELIBOOT_BSIZE)) == NULL) in geli_taste()153 alignsector = rounddown2(lastsector * DEV_BSIZE, DEV_GELIBOOT_BSIZE); in geli_taste()154 if (alignsector + DEV_GELIBOOT_BSIZE > ((lastsector + 1) * DEV_BSIZE)) { in geli_taste()157 DEV_GELIBOOT_BSIZE; in geli_taste()159 error = readfunc(NULL, readpriv, alignsector, buf, DEV_GELIBOOT_BSIZE); in geli_taste()179 (DEV_GELIBOOT_BSIZE - DEV_BSIZE), &md); in geli_taste()
38 #ifndef DEV_GELIBOOT_BSIZE39 #define DEV_GELIBOOT_BSIZE 4096 macro