Searched refs:total_count (Results 1 – 6 of 6) sorted by relevance
79 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local84 if (total_count == F2FS_MAX_EXTENSION) in f2fs_update_extension_list()95 count = total_count; in f2fs_update_extension_list()109 F2FS_EXTENSION_LEN * (total_count - i - 1)); in f2fs_update_extension_list()110 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN); in f2fs_update_extension_list()
203 si->total_count = BLKS_TO_SEGS(sbi, (int)sbi->user_block_count); in update_general_status()
2111 block_t total_count, user_block_count, start_count; in f2fs_statfs() local2115 total_count = le64_to_cpu(sbi->raw_super->block_count); in f2fs_statfs()2120 buf->f_blocks = total_count - start_count; in f2fs_statfs()
4099 int total_count, utilization; member
769 xfs_qcnt_t total_count = res->reserved + delta; in xfs_dqresv_check() local784 if (hardlimit && total_count > hardlimit) { in xfs_dqresv_check()789 if (softlimit && total_count > softlimit) { in xfs_dqresv_check()
495 ssize_t total_count = 0; in orangefs_direct_IO() local550 total_count += ret; in orangefs_direct_IO()568 if (total_count > 0) in orangefs_direct_IO()569 ret = total_count; in orangefs_direct_IO()
Completed in 815 milliseconds