Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Drunlist.c736 const struct attr_record *attr, struct runlist *old_runlist, in ntfs_mapping_pairs_decompress() argument
789 if (!vcn && !*buf && old_runlist && old_runlist->rl) { in ntfs_mapping_pairs_decompress()
790 *new_rl_count = old_runlist->count; in ntfs_mapping_pairs_decompress()
791 return old_runlist->rl; in ntfs_mapping_pairs_decompress()
1011 if (!old_runlist || !old_runlist->rl) { in ntfs_mapping_pairs_decompress()
1018 new_rl = ntfs_runlists_merge(old_runlist, rl, rlpos + 1, new_rl_count); in ntfs_mapping_pairs_decompress()