HomeSort by relevance Sort by last modified time
    Searched defs:blocks_count (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/misc/
e2freefrag.c 97 unsigned long long blocks_count = ext2fs_blocks_count(fs->super); local
98 unsigned long long chunks = (blocks_count + info->blks_in_chunk) >>
110 if (chunk_start_blk + info->blks_in_chunk > blocks_count)
111 num_blks = blocks_count - chunk_start_blk;
  /external/e2fsprogs/ext2ed/
ext2ed.h 135 long block_num,blocks_count; member in struct:struct_file_info
  /development/ndk/platforms/android-3/include/linux/
ext3_fs.h 116 __u32 blocks_count; member in struct:ext3_new_group_input
126 __u32 blocks_count; member in struct:ext3_new_group_data
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 323 __u32 blocks_count; /* Total number of blocks in this group */ member in struct:ext2_new_group_input
333 __u32 blocks_count; /* Total number of blocks in this group */ member in struct:ext4_new_group_input

Completed in 2616 milliseconds