Searched defs:inodes (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
H A Dext4_sb.h36 uint32_t inodes; member in struct:fs_info
H A Dmake_ext4fs.c349 u32 inodes = DIV_ROUND_UP(info.inodes, block_groups); local
350 inodes = ALIGN(inodes, (info.block_size / info.inode_size));
352 /* After properly rounding up the number of inodes/group,
353 * make sure to update the total inodes field in the info struct.
355 info.inodes = inodes * block_groups;
357 return inodes;
527 if (info.inodes <
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass5.c96 * This will try to discard number 'count' inodes starting at
139 * inodes in the table.
539 unsigned int inodes = 0; local
609 * When the compared inodes in inodes bitmap
614 inodes = fs->super->s_inodes_per_group - 1;
615 group_free = inodes;
616 free_inodes += inodes;
617 i += inodes;
643 * inodes wer
[all...]
H A Dunix.c104 ext2_ino_t inodes, inodes_used; local
115 inodes = fs->super->s_inodes_count;
136 ctx->device_name, inodes_used, inodes,
161 "\n%12u inodes used (%2.2f%%, out of %u)\n",
163 100.0 * inodes_used / inodes, inodes);
174 log_out(ctx, _(" # of inodes with ind/dind/tind blocks: "
/external/e2fsprogs/lib/ext2fs/
H A Dtst_bitmaps.c152 unsigned int blocks, unsigned int inodes,
160 param.s_inodes_count = inodes;
197 unsigned int inodes = 0; local
216 inodes = parse_ulong(optarg, argv[0],
232 "[-i inodes] [-t type]\n", argv[0]);
236 setup_filesystem(argv[0], blocks, inodes, type, flags);
574 unsigned int inodes = 0; local
593 inodes = parse_ulong(optarg, argv[0],
636 setup_filesystem(argv[0], blocks, inodes, type, flags);
151 setup_filesystem(const char *name, unsigned int blocks, unsigned int inodes, unsigned int type, int flags) argument
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs.h371 /* struct btrfs_data_container *inodes; out */
372 __u64 inodes; member in struct:btrfs_ioctl_logical_ino_args
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 189 milliseconds