Searched refs:total_count (Results 1 – 6 of 6) sorted by relevance
577 xfs_qcnt_t total_count = res->reserved + delta; in xfs_dqresv_check() local592 if (hardlimit && total_count > hardlimit) { in xfs_dqresv_check()597 if (softlimit && total_count > softlimit) { in xfs_dqresv_check()
229 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local234 if (total_count == F2FS_MAX_EXTENSION) in f2fs_update_extension_list()245 count = total_count; in f2fs_update_extension_list()259 F2FS_EXTENSION_LEN * (total_count - i - 1)); in f2fs_update_extension_list()260 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN); in f2fs_update_extension_list()
127 si->total_count = (int)sbi->user_block_count / sbi->blocks_per_seg; in update_general_status()
1777 block_t total_count, user_block_count, start_count; in f2fs_statfs() local1780 total_count = le64_to_cpu(sbi->raw_super->block_count); in f2fs_statfs()1786 buf->f_blocks = total_count - start_count; in f2fs_statfs()
3866 int total_count, utilization; member
534 ssize_t total_count = 0; in orangefs_direct_IO() local591 total_count += ret; in orangefs_direct_IO()609 if (total_count > 0) in orangefs_direct_IO()610 ret = total_count; in orangefs_direct_IO()