Lines Matching refs:blk_count
450 static int check_free_size(int fd, const char *file, ext4_fsblk_t blk_count) in check_free_size() argument
470 if (free_blk_count >= blk_count) in check_free_size()
511 int extents, ext4_fsblk_t blk_count) in file_check() argument
523 ret = check_free_size(fd, file, blk_count); in file_check()
941 ext4_fsblk_t blk_count = 0; in get_file_blocks() local
945 blk_count += ext_list_tmp->data.len; in get_file_blocks()
949 return blk_count; in get_file_blocks()
1039 ext4_fsblk_t blk_count = 0; in file_statistic() local
1141 blk_count = get_file_blocks(logical_list_head); in file_statistic()
1143 best_ext_count = get_best_count(blk_count); in file_statistic()
1146 size_per_ext = blk_count * (buf->st_blksize / 1024) / in file_statistic()
1150 blk_count; in file_statistic()
1154 files_block_count += blk_count; in file_statistic()
1413 ext4_fsblk_t blk_count = 0; in file_defrag() local
1501 blk_count = get_file_blocks(orig_list_logical); in file_defrag()
1502 if (file_check(fd, buf, file, file_frags_start, blk_count) < 0) in file_defrag()
1513 best = get_best_count(blk_count); in file_defrag()