Searched refs:blockbits (Results 1 – 9 of 9) sorted by relevance
94 unsigned blockbits; // Bits per block. (Also blocks per group.)391 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits); in init_superblock()506 int i, group = TT.nextblock/TT.blockbits; in fill_inode()569 TT.blockbits = 8*TT.blocksize; in mke2fs_main()607 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1; in mke2fs_main()608 else TT.groups = div_round_up(TT.blocks, TT.blockbits); in mke2fs_main()619 if (temp <= TT.groups * TT.blockbits) { in mke2fs_main()642 end = TT.blockbits; in mke2fs_main()643 if ((i+1)*TT.blockbits > TT.blocks) end = TT.blocks & (TT.blockbits-1); in mke2fs_main()701 used += j*TT.blockbits; in mke2fs_main()[all …]
122 unsigned blockbits, in lp_build_extract_soa_chan() argument154 if (stop < blockbits) { in lp_build_extract_soa_chan()654 unsigned blockbits = type.width; in lp_build_fetch_rgba_soa() local665 blockbits, in lp_build_fetch_rgba_soa()882 unsigned blockbits, in lp_build_insert_soa_chan() argument1056 unsigned blockbits = type.width; in lp_build_store_rgba_soa() local1062 lp_build_insert_soa_chan(&bld, blockbits, in lp_build_store_rgba_soa()
899 unsigned blockbits; // Bits per block. (Also blocks per group.) member
2739 int blockbits = EXT2_BLOCK_SIZE_BITS(fs->super) + 10; in handle_htree() local2740 unsigned idx_pb = 1 << (blockbits - 3); in handle_htree()2744 (idx_pb - 1) * (idx_pb - 2) << blockbits && in handle_htree()2746 (idx_pb - 1) * (idx_pb - 2) << (blockbits - 9) && in handle_htree()
87806 u16 blockbits; member
112729 u16 blockbits; member