Home | History | Annotate | Download | only in fstyp

Lines Matching refs:radix

84  * using 64KB indirect blocks (128 byte refs, 512 or radix 9 per indblk).
136 #define HAMMER2_SET_RADIX 2 /* radix 2 = 4 entries */
330 * Freemap radix. Assumes a set-count of 4, 128-byte blockrefs,
378 #define H2FMBASE(key, radix) rounddown2(key, (hammer2_off_t)1 << (radix))
391 * 32 blocks (radix 5) per element.
454 * to as a power of 2. The theoretical minimum radix is thus 6 (The space
456 * minimum allocation chunk size is 1KB (a radix of 10), so HAMMER2 sets
457 * HAMMER2_RADIX_MIN to 10. The maximum radix is currently 16 (64KB), but
460 * WARNING! A radix of 0 (such as when data_off is all 0's) is a special
604 * blocks bottom-up, inserting a new root when radix expansion
636 hammer2_off_t data_off; /* low 6 bits is phys size (radix)*/
691 * restrictive). Typically only radix values
806 #error "hammer2 direct radix is incorrect"
887 uint16_t class; /* 04-05 clustering class ((type<<8)|radix) */