Searched refs:new_rl (Results 1 – 2 of 2) sorted by relevance
77 runlist_element *new_rl; in ntfs_rl_realloc() local84 new_rl = ntfs_malloc_nofs(new_size); in ntfs_rl_realloc()85 if (unlikely(!new_rl)) in ntfs_rl_realloc()91 memcpy(new_rl, rl, old_size); in ntfs_rl_realloc()94 return new_rl; in ntfs_rl_realloc()123 runlist_element *new_rl; in ntfs_rl_realloc_nofail() local130 new_rl = ntfs_malloc_nofs_nofail(new_size); in ntfs_rl_realloc_nofail()131 BUG_ON(!new_rl); in ntfs_rl_realloc_nofail()136 memcpy(new_rl, rl, old_size); in ntfs_rl_realloc_nofail()139 return new_rl; in ntfs_rl_realloc_nofail()
1465 struct ocfs2_refcount_list *new_rl = &new_rb->rf_records; in ocfs2_divide_leaf_refcount_block() local1497 memcpy(new_rl->rl_recs, &rl->rl_recs[split_index], in ocfs2_divide_leaf_refcount_block()1506 new_rl->rl_used = cpu_to_le16(num_moved); in ocfs2_divide_leaf_refcount_block()1512 sort(&new_rl->rl_recs, le16_to_cpu(new_rl->rl_used), in ocfs2_divide_leaf_refcount_block()