Home
last modified time | relevance | path

Searched refs:new_count (Results 1 – 2 of 2) sorted by relevance

/fs/ocfs2/
Dblockcheck.c325 u64 new_count; in ocfs2_blockcheck_inc_check() local
332 new_count = stats->b_check_count; in ocfs2_blockcheck_inc_check()
335 if (!new_count) in ocfs2_blockcheck_inc_check()
341 u64 new_count; in ocfs2_blockcheck_inc_failure() local
348 new_count = stats->b_failure_count; in ocfs2_blockcheck_inc_failure()
351 if (!new_count) in ocfs2_blockcheck_inc_failure()
357 u64 new_count; in ocfs2_blockcheck_inc_recover() local
364 new_count = stats->b_recover_count; in ocfs2_blockcheck_inc_recover()
367 if (!new_count) in ocfs2_blockcheck_inc_recover()
/fs/omfs/
Dfile.c125 int new_count; in omfs_grow_extent() local
164 &new_block, &new_count); in omfs_grow_extent()
174 entry->e_blocks = cpu_to_be64((u64) new_count); in omfs_grow_extent()
177 be64_to_cpu(~terminator->e_blocks) + (u64) new_count)); in omfs_grow_extent()