Searched refs:blocks (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | mkfs_ext2.txt | 6 - standard mke2fs has resize_inode feature and thus has reserved GDT blocks, 7 which decreases free blocks; 25 Free blocks: 168594 Free blocks: 1… 30 Reserved GDT blocks: 41 34 Inode blocks per group: 222 Inode blocks per group: 4… 43 Reserved blocks uid: 0 (user root) Reserved blocks uid: 0… 44 Reserved blocks gid: 0 (group root) Reserved blocks gid: 0… 55 … Reserved GDT blocks at 2-42 58 …32537 free blocks, 7093 free inodes, 2 directories 32274 free blocks, 7077 fr… 59 Free blocks: 231-32767 Free blocks: 494-32767 [all …]
|
D | mkfs_reiser.c | 154 unsigned blocks, bitmap_blocks, i, block; in mkfs_reiser_main() local 183 blocks = get_volume_size_in_bytes(fd, argv[1], blocksize, /*extend:*/ 1) / blocksize; in mkfs_reiser_main() 195 bitmap_blocks = (blocks - 1) / (blocksize * 8) + 1; in mkfs_reiser_main() 199 if (MIN(blocksize * 8, blocks) < i) in mkfs_reiser_main() 212 STORE_LE(sb->sb_block_count, blocks); in mkfs_reiser_main() 213 STORE_LE(sb->sb_free_blocks, blocks - i); in mkfs_reiser_main() 265 if (blocks < 8*blocksize) { in mkfs_reiser_main() 266 unsigned n = 8*blocksize - blocks; in mkfs_reiser_main() 289 if (i == bitmap_blocks - 1 && (blocks % (8*blocksize))) { in mkfs_reiser_main() 290 unsigned n = 8*blocksize - blocks % (8*blocksize); in mkfs_reiser_main()
|
/busybox-1.35.0/networking/ |
D | tls_aesgcm.c | 142 unsigned blocks, partial; in aesgcm_GHASH() local 167 blocks = cSz / AES_BLOCK_SIZE; in aesgcm_GHASH() 169 while (blocks--) { in aesgcm_GHASH()
|
/busybox-1.35.0/util-linux/volume_id/ |
D | cramfs.c | 38 uint32_t blocks; member
|
D | erofs.c | 36 uint32_t blocks; /* used for statfs */ member
|
/busybox-1.35.0/coreutils/ |
D | ls.c | 989 uoff_t blocks = 1; in calculate_blocks() local 993 blocks += (*dn)->dn_blocks; in calculate_blocks() 1001 return blocks >> 1; in calculate_blocks()
|
/busybox-1.35.0/docs/ |
D | style-guide.txt | 638 blocks of code that perform a single task. These are typically blocks that 647 illustrates how to emphasize logical blocks:
|
D | tar_pax.txt | 34 blocks for files of typeflag 1 (the digit one) (hard link) may be
|
/busybox-1.35.0/testsuite/tar/ |
D | tar_with_prefix_fields | 247 # also lacking proper terminating zeroed blocks. But exitcode is 0.
|