/system/extras/ext4_utils/ |
allocate.h | 43 u32 reserve_inodes(int bg, u32 inodes);
|
make_ext4fs.c | 331 u32 inodes = DIV_ROUND_UP(info.inodes, block_groups); local 332 inodes = ALIGN(inodes, (info.block_size / info.inode_size)); 334 /* After properly rounding up the number of inodes/group, 335 * make sure to update the total inodes field in the info struct. 337 info.inodes = inodes * block_groups; 339 return inodes; 506 if (info.inodes <= 0 [all...] |
ext4_utils.h | 124 u32 inodes; member in struct:fs_info
|
make_ext4fs_main.c | 53 fprintf(stderr, " [ -g <blocks per group> ] [ -i <inodes> ] [ -I <inode size> ]\n"); 94 info.inodes = parse_num(optarg);
|
ext4_utils.c | 278 info.inodes = sb->s_inodes_count; 363 /* Update the number of free blocks and inodes in the filesystem and in each
|
/external/e2fsprogs/e2fsck/ |
pass5.c | 334 unsigned int inodes = 0; local 410 * inodes were marked in use that weren't noticed 448 inodes++; 449 if ((inodes == fs->super->s_inodes_per_group) || 454 inodes = 0; 493 inodes = 0; free_inodes = 0; group_free = 0;
|
unix.c | 107 ext2_ino_t inodes, inodes_used; local 117 inodes = fs->super->s_inodes_count; 137 ctx->device_name, inodes_used, inodes, local 142 printf (P_("\n%8u inode used (%2.2f%%)\n", "\n%8u inodes used (%2.2f%%)\n", 143 inodes_used), inodes_used, 100.0 * inodes_used / inodes); 154 printf (_(" # of inodes with ind/dind/tind blocks: %u/%u/%u\n"), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tarfile.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tarfile.py | [all...] |
/external/blktrace/doc/ |
blktrace.tex | 243 16793600 inodes, 33555456 blocks 249 16384 inodes per group [all...] |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |