Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ntfs/
Drunlist.c77 runlist_element *new_rl; in ntfs_rl_realloc() local
84 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() local
130 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()
/linux-4.1.27/fs/ocfs2/
Drefcounttree.c1471 struct ocfs2_refcount_list *new_rl = &new_rb->rf_records; in ocfs2_divide_leaf_refcount_block() local
1503 memcpy(new_rl->rl_recs, &rl->rl_recs[split_index], in ocfs2_divide_leaf_refcount_block()
1512 new_rl->rl_used = cpu_to_le16(num_moved); in ocfs2_divide_leaf_refcount_block()
1518 sort(&new_rl->rl_recs, le16_to_cpu(new_rl->rl_used), in ocfs2_divide_leaf_refcount_block()