Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_trans_dquot.c577 xfs_qcnt_t total_count = res->reserved + delta; in xfs_dqresv_check() local
592 if (hardlimit && total_count > hardlimit) { in xfs_dqresv_check()
597 if (softlimit && total_count > softlimit) { in xfs_dqresv_check()
/fs/f2fs/
Dnamei.c229 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local
234 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()
Ddebug.c127 si->total_count = (int)sbi->user_block_count / sbi->blocks_per_seg; in update_general_status()
Dsuper.c1777 block_t total_count, user_block_count, start_count; in f2fs_statfs() local
1780 total_count = le64_to_cpu(sbi->raw_super->block_count); in f2fs_statfs()
1786 buf->f_blocks = total_count - start_count; in f2fs_statfs()
Df2fs.h3866 int total_count, utilization; member
/fs/orangefs/
Dinode.c534 ssize_t total_count = 0; in orangefs_direct_IO() local
591 total_count += ret; in orangefs_direct_IO()
609 if (total_count > 0) in orangefs_direct_IO()
610 ret = total_count; in orangefs_direct_IO()