Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/util-linux/
Dmkfs_ext2.c374 uint32_t overhead, remainder; in mkfs_ext2_main() local
400overhead = (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() local
551 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 …]
/busybox-1.35.0/networking/
Dtc.c289 if (r->overhead) in cbq_print_opt()
290 printf("overhead %ub ", r->overhead); in cbq_print_opt()
/busybox-1.35.0/docs/
Dnofork_noexec.txt61 NOEXEC applets save only one half of fork+exec overhead.
/busybox-1.35.0/
DConfig.in96 bunzip2 isn't one of them), the overhead of the decompressor might
378 address at each invocation. This has some overhead,