Searched refs:NPB (Results 1 – 2 of 2) sorted by relevance
60 #define NPB 2 /* nibbles per byte */ macro461 bpb.bpbBytesPerSec * NPB) * in mkfs_msdos()541 bpb.bpbBytesPerSec * NPB) * bpb.bpbFATs + in mkfs_msdos()560 x = (u_int64_t)(bpb.bpbHugeSectors - x1) * bpb.bpbBytesPerSec * NPB / in mkfs_msdos()561 (bpb.bpbSecPerClust * bpb.bpbBytesPerSec * NPB + in mkfs_msdos()564 bpb.bpbBytesPerSec * NPB); in mkfs_msdos()586 x = (u_int64_t)bpb.bpbBigFATsecs * bpb.bpbBytesPerSec * NPB / (fat / BPN) - in mkfs_msdos()
415 NodeAllocator(uint32_t NPB = 4096)416 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock()418 assert(isPowerOf2_32(NPB)); in NodesPerBlock()