Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Drunlist.c77 struct runlist_element *new_rl; in ntfs_rl_realloc_gfp() local
89 new_rl = kvzalloc(new_bytes, gfp); in ntfs_rl_realloc_gfp()
90 if (unlikely(!new_rl)) in ntfs_rl_realloc_gfp()
97 kvfree(new_rl); in ntfs_rl_realloc_gfp()
102 memcpy(new_rl, rl, old_bytes); in ntfs_rl_realloc_gfp()
105 return new_rl; in ntfs_rl_realloc_gfp()
742 struct runlist_element *rl, *new_rl; /* The output runlist. */ in ntfs_mapping_pairs_decompress() local
1018 new_rl = ntfs_runlists_merge(old_runlist, rl, rlpos + 1, new_rl_count); in ntfs_mapping_pairs_decompress()
1019 if (!IS_ERR(new_rl)) in ntfs_mapping_pairs_decompress()
1020 return new_rl; in ntfs_mapping_pairs_decompress()
[all …]