Home | History | Annotate | Download | only in misc

Lines Matching refs:blk_count

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