Lines Matching refs:blk_count
513 static int check_free_size(int fd, const char *file, ext4_fsblk_t blk_count) in check_free_size() argument
533 if (free_blk_count >= blk_count) in check_free_size()
574 int extents, ext4_fsblk_t blk_count) in file_check() argument
586 ret = check_free_size(fd, file, blk_count); in file_check()
1002 ext4_fsblk_t blk_count = 0; in get_file_blocks() local
1006 blk_count += ext_list_tmp->data.len; in get_file_blocks()
1010 return blk_count; in get_file_blocks()
1098 ext4_fsblk_t blk_count = 0; in file_statistic() local
1198 blk_count = get_file_blocks(logical_list_head); in file_statistic()
1200 best_ext_count = get_best_count(blk_count); in file_statistic()
1203 size_per_ext = blk_count * (buf->st_blksize / 1024) / in file_statistic()
1207 blk_count; in file_statistic()
1211 files_block_count += blk_count; in file_statistic()
1461 ext4_fsblk_t blk_count = 0; in file_defrag() local
1547 blk_count = get_file_blocks(orig_list_logical); in file_defrag()
1548 if (file_check(fd, buf, file, file_frags_start, blk_count) < 0) in file_defrag()
1560 best = get_best_count(blk_count); in file_defrag()