HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_bg_free_inodes_count (Results 1 - 11 of 11) sorted by null

  /external/e2fsprogs/e2fsck/
readahead.c 198 ext2fs_bg_free_inodes_count(fs, i) <
207 ext2fs_bg_free_inodes_count(fs, i) <
super.c 701 free_inodes += ext2fs_bg_free_inodes_count(fs, i);
704 (ext2fs_bg_free_inodes_count(fs, i) > sb->s_inodes_per_group) ||
744 (ext2fs_bg_itable_unused(fs, i) > ext2fs_bg_free_inodes_count(fs, i) ||
pass5.c 799 if (free_array[i] != ext2fs_bg_free_inodes_count(fs, i)) {
801 pctx.ino = ext2fs_bg_free_inodes_count(fs, i);
journal.c 1133 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) + 1);
  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 34 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse);
blknum.c 339 __u32 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group) function
csum.c 847 __u32 old_free_inodes_count = ext2fs_bg_free_inodes_count(fs, i);
ext2fs.h 920 extern __u32 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group);
    [all...]
  /external/e2fsprogs/resize/
online.c 263 ext2fs_bg_free_inodes_count(new_fs, i),
  /external/e2fsprogs/misc/
dumpe2fs.c 282 ext2fs_bg_free_inodes_count(fs, i),
  /external/e2fsprogs/debugfs/
debugfs.c 473 ext2fs_bg_free_inodes_count(current_fs, i),
474 ext2fs_bg_free_inodes_count(current_fs, i) != 1 ?
    [all...]

Completed in 285 milliseconds