Home | History | Annotate | Download | only in ext4_utils

Lines Matching full:blocks

39 /* The inode block count for a file/directory is in units of 512 byte blocks,
240 printf(" Blocks per group: %d\n", info.blocks_per_group);
244 printf(" Blocks: %llu\n", aux_info.len_blocks);
247 printf(" Used %d/%d inodes and %d/%d blocks\n",
655 /* A directory that requires doubly or triply indirect blocks in huge indeed,
658 * directory is not that big and give an error if so. Our limit is 12 direct blocks,
659 * plus block_size/4 singly indirect blocks, which for a filesystem with 4K blocks
660 * is a directory 1036 blocks long, or 4,243,456 bytes long! Assuming an average
670 /* Read in all the blocks for this directory */
767 /* Write out all the blocks for this directory */