Home
last modified time | relevance | path

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

/fs/dlm/
Dmember.c217 for (i = 0; i < rv->new_count; i++) { in dlm_recover_members()
335 int error, ids_count = 0, new_count = 0; in dlm_ls_start() local
342 &new, &new_count); in dlm_ls_start()
360 rv->new_count = new_count; in dlm_ls_start()
Dconfig.c855 int i = 0, rv = 0, ids_count = 0, new_count = 0; in dlm_nodeid_list() local
880 new_count++; in dlm_nodeid_list()
886 if (!new_count) in dlm_nodeid_list()
889 new = kcalloc(new_count, sizeof(int), GFP_KERNEL); in dlm_nodeid_list()
903 *new_count_out = new_count; in dlm_nodeid_list()
Ddlm_internal.h136 int new_count; member
/fs/omfs/
Dfile.c141 int new_count; in omfs_grow_extent() local
180 &new_block, &new_count); in omfs_grow_extent()
190 entry->e_blocks = cpu_to_be64((u64) new_count); in omfs_grow_extent()
193 be64_to_cpu(~terminator->e_blocks) + (u64) new_count)); in omfs_grow_extent()