Lines Matching refs:blk_count
463 static int check_free_size(int fd, const char *file, ext4_fsblk_t blk_count) in check_free_size() argument
483 if (free_blk_count >= blk_count) in check_free_size()
524 int extents, ext4_fsblk_t blk_count) in file_check() argument
536 ret = check_free_size(fd, file, blk_count); in file_check()
954 ext4_fsblk_t blk_count = 0; in get_file_blocks() local
958 blk_count += ext_list_tmp->data.len; in get_file_blocks()
962 return blk_count; in get_file_blocks()
1050 ext4_fsblk_t blk_count = 0; in file_statistic() local
1150 blk_count = get_file_blocks(logical_list_head); in file_statistic()
1152 best_ext_count = get_best_count(blk_count); in file_statistic()
1155 size_per_ext = blk_count * (buf->st_blksize / 1024) / in file_statistic()
1159 blk_count; in file_statistic()
1163 files_block_count += blk_count; in file_statistic()
1413 ext4_fsblk_t blk_count = 0; in file_defrag() local
1499 blk_count = get_file_blocks(orig_list_logical); in file_defrag()
1500 if (file_check(fd, buf, file, file_frags_start, blk_count) < 0) in file_defrag()
1512 best = get_best_count(blk_count); in file_defrag()