Lines Matching refs:npages
4090 #define BMAPPGTOLEV(npages) \ argument
4091 (((npages) <= 3 + MAXL0PAGES) ? 0 : \
4092 ((npages) <= 2 + MAXL1PAGES) ? 1 : 2)
4098 s64 npages, ndmaps; in dbMapFileSizeToMapSize() local
4103 npages = nblocks >> JFS_SBI(sb)->l2nbperpage; in dbMapFileSizeToMapSize()
4104 level = BMAPPGTOLEV(npages); in dbMapFileSizeToMapSize()
4111 npages--; /* skip the first global control page */ in dbMapFileSizeToMapSize()
4113 npages -= (2 - level); in dbMapFileSizeToMapSize()
4114 npages--; /* skip top level's control page */ in dbMapFileSizeToMapSize()
4118 complete = (u32) npages / factor; in dbMapFileSizeToMapSize()
4123 npages = (u32) npages % factor; in dbMapFileSizeToMapSize()
4125 npages--; in dbMapFileSizeToMapSize()