Searched refs:blockbits (Results 1 – 5 of 5) sorted by relevance
94 unsigned blockbits; // Bits per block. (Also blocks per group.)393 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits); in init_superblock()508 int i, group = TT.nextblock/TT.blockbits; in fill_inode()571 TT.blockbits = 8*TT.blocksize; in mke2fs_main()609 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1; in mke2fs_main()610 else TT.groups = div_round_up(TT.blocks, TT.blockbits); in mke2fs_main()621 if (temp <= TT.groups * TT.blockbits) { in mke2fs_main()644 end = TT.blockbits; in mke2fs_main()645 if ((i+1)*TT.blockbits > TT.blocks) end = TT.blocks & (TT.blockbits-1); in mke2fs_main()703 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()
797 unsigned blockbits; // Bits per block. (Also blocks per group.) member