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

  /external/e2fsprogs/misc/
e4defrag.c 126 typedef unsigned long long ext4_fsblk_t; typedef
131 ext4_fsblk_t physical; /* start physical block number */
180 static ext4_fsblk_t files_block_count;
461 static int check_free_size(int fd, const char *file, ext4_fsblk_t blk_count)
463 ext4_fsblk_t free_blk_count;
522 int extents, ext4_fsblk_t blk_count)
950 static ext4_fsblk_t get_file_blocks(struct fiemap_extent_list *ext_list_head)
952 ext4_fsblk_t blk_count = 0;
1012 static int get_best_count(ext4_fsblk_t block_count)
1021 ((ext4_fsblk_t)blocks_per_group
    [all...]
  /system/extras/ext4_utils/include/ext4_utils/
ext4.h 31 typedef unsigned long long ext4_fsblk_t; typedef
73 ext4_fsblk_t goal;
75 ext4_fsblk_t pleft;
77 ext4_fsblk_t pright;

Completed in 695 milliseconds