OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inodes
(Results
1 - 5
of
5
) sorted by null
/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
...]
/system/extras/ext4_utils/
ext4_utils.h
124
u32
inodes
;
member in struct:fs_info
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
...]
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 2824 milliseconds