Searched refs:overhead (Results 1 – 4 of 4) sorted by relevance
374 uint32_t overhead, remainder; in mkfs_ext2_main() local400 …overhead = (has_super(ngroups - 1) ? (1/*sb*/ + group_desc_blocks) : 0) + 1/*bbmp*/ + 1/*ibmp*/ + … in mkfs_ext2_main()415 if (remainder && (remainder < overhead + 50)) { in mkfs_ext2_main()548 uint32_t overhead = pos + (has_super(i) ? (1/*sb*/ + group_desc_blocks) : 0); in mkfs_ext2_main() local551 STORE_LE(gd[i].bg_block_bitmap, overhead + 0); in mkfs_ext2_main()552 STORE_LE(gd[i].bg_inode_bitmap, overhead + 1); in mkfs_ext2_main()553 STORE_LE(gd[i].bg_inode_table, overhead + 2); in mkfs_ext2_main()554 overhead = overhead - pos + 1/*bbmp*/ + 1/*ibmp*/ + inode_table_blocks; in mkfs_ext2_main()561 overhead += 1 + lost_and_found_blocks; in mkfs_ext2_main()569 free_blocks = (n < blocks_per_group ? n : blocks_per_group) - overhead; in mkfs_ext2_main()[all …]
289 if (r->overhead) in cbq_print_opt()290 printf("overhead %ub ", r->overhead); in cbq_print_opt()
61 NOEXEC applets save only one half of fork+exec overhead.
96 bunzip2 isn't one of them), the overhead of the decompressor might378 address at each invocation. This has some overhead,