Home
last modified time | relevance | path

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

/fs/ntfs/
Drunlist.c63 runlist_element *new_rl; in ntfs_rl_realloc() local
70 new_rl = ntfs_malloc_nofs(new_size); in ntfs_rl_realloc()
71 if (unlikely(!new_rl)) in ntfs_rl_realloc()
77 memcpy(new_rl, rl, old_size); in ntfs_rl_realloc()
80 return new_rl; in ntfs_rl_realloc()
109 runlist_element *new_rl; in ntfs_rl_realloc_nofail() local
116 new_rl = ntfs_malloc_nofs_nofail(new_size); in ntfs_rl_realloc_nofail()
117 BUG_ON(!new_rl); in ntfs_rl_realloc_nofail()
122 memcpy(new_rl, rl, old_size); in ntfs_rl_realloc_nofail()
125 return new_rl; in ntfs_rl_realloc_nofail()
/fs/ocfs2/
Drefcounttree.c1459 struct ocfs2_refcount_list *new_rl = &new_rb->rf_records; in ocfs2_divide_leaf_refcount_block() local
1491 memcpy(new_rl->rl_recs, &rl->rl_recs[split_index], in ocfs2_divide_leaf_refcount_block()
1500 new_rl->rl_used = cpu_to_le16(num_moved); in ocfs2_divide_leaf_refcount_block()
1506 sort(&new_rl->rl_recs, le16_to_cpu(new_rl->rl_used), in ocfs2_divide_leaf_refcount_block()