Searched refs:NPB (Results 1 – 2 of 2) sorted by relevance
62 #define NPB 2 /* nibbles per byte */ macro463 bpb.bpbBytesPerSec * NPB) * in mkfs_msdos()543 bpb.bpbBytesPerSec * NPB) * bpb.bpbFATs + in mkfs_msdos()562 x = (u_int64_t)(bpb.bpbHugeSectors - x1) * bpb.bpbBytesPerSec * NPB / in mkfs_msdos()563 (bpb.bpbSecPerClust * bpb.bpbBytesPerSec * NPB + in mkfs_msdos()566 bpb.bpbBytesPerSec * NPB); in mkfs_msdos()588 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()