HomeSort by relevance Sort by last modified time
    Searched refs:s_r_blocks_count (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/e2fsprogs/misc/
findsuper.c 218 if (ext2.s_r_blocks_count > ext2.s_blocks_count)
220 ext2.s_r_blocks_count, ext2.s_blocks_count);
tune2fs.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_super_size.c 48 check_field(s_r_blocks_count);
initialize.c 204 super->s_r_blocks_count = param->s_r_blocks_count;
205 if (super->s_r_blocks_count >= param->s_blocks_count) {
swapfs.c 29 sb->s_r_blocks_count = ext2fs_swab32(sb->s_r_blocks_count);
  /external/e2fsprogs/ext2ed/
super_com.c 33 wmove (show_pad,2,40);wprintw (show_pad,"%2.2f%%",100*(float) super->s_r_blocks_count/ (float) super->s_blocks_count);
  /external/e2fsprogs/resize/
online.c 85 percent = (sb->s_r_blocks_count * 100.0) / sb->s_blocks_count;
  /external/genext2fs/
genext2fs.c 446 udecl32(s_r_blocks_count) /* Count of the number of reserved blocks */ \
    [all...]
  /bionic/libc/kernel/common/linux/
ext2_fs.h 251 __le32 s_r_blocks_count; member in struct:ext2_super_block
ext3_fs.h 322 __le32 s_r_blocks_count; member in struct:ext3_super_block
  /development/ndk/platforms/android-3/include/linux/
ext2_fs.h 229 __le32 s_r_blocks_count; member in struct:ext2_super_block
ext3_fs.h 294 __le32 s_r_blocks_count; member in struct:ext3_super_block
  /external/e2fsprogs/lib/e2p/
ls.c 227 fprintf(f, "Reserved block count: %u\n", sb->s_r_blocks_count);
  /external/grub/stage2/
fsys_ext2fs.c 59 __u32 s_r_blocks_count; /* Reserved blocks count */ member in struct:ext2_super_block
  /external/kernel-headers/original/linux/
ext2_fs.h 344 __le32 s_r_blocks_count; /* Reserved blocks count */ member in struct:ext2_super_block
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext2_fs.h 318 __le32 s_r_blocks_count; /* Reserved blocks count */ member in struct:ext2_super_block
ext3_fs.h 398 __le32 s_r_blocks_count; /* Reserved blocks count */ member in struct:ext3_super_block
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext2_fs.h 318 __le32 s_r_blocks_count; /* Reserved blocks count */ member in struct:ext2_super_block
ext3_fs.h 398 __le32 s_r_blocks_count; /* Reserved blocks count */ member in struct:ext3_super_block
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext2_fs.h 318 __le32 s_r_blocks_count; /* Reserved blocks count */ member in struct:ext2_super_block
ext3_fs.h 398 __le32 s_r_blocks_count; /* Reserved blocks count */ member in struct:ext3_super_block
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
ext2_fs.h 229 __le32 s_r_blocks_count; member in struct:ext2_super_block
ext3_fs.h 294 __le32 s_r_blocks_count; member in struct:ext3_super_block
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
ext2_fs.h 229 __le32 s_r_blocks_count; member in struct:ext2_super_block
ext3_fs.h 294 __le32 s_r_blocks_count; member in struct:ext3_super_block

Completed in 118 milliseconds

1 2 3 4