Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dattrlist.c75 struct runlist_element *old_rl, *new_rl; in ntfs_attrlist_repack() local
137 old_rl = attr_ni->runlist.rl; in ntfs_attrlist_repack()
162 if (ntfs_cluster_free_from_rl(vol, old_rl)) { in ntfs_attrlist_repack()
168 kvfree(old_rl); in ntfs_attrlist_repack()
174 attr_ni->runlist.rl = old_rl; in ntfs_attrlist_repack()
H A Dattrib.c5137 struct runlist_element *old_rl = NULL; in ntfs_attr_map_cluster() local
5235 old_rl = kmemdup(ni->runlist.rl, in ntfs_attr_map_cluster()
5236 old_rl_count * sizeof(*old_rl), GFP_NOFS); in ntfs_attr_map_cluster()
5237 if (!old_rl) { in ntfs_attr_map_cluster()
5287 ni->runlist.rl = old_rl; in ntfs_attr_map_cluster()
5289 old_rl = NULL; in ntfs_attr_map_cluster()
5307 kvfree(old_rl); in ntfs_attr_map_cluster()