Searched refs:new_rl_count (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | runlist.c | 524 size_t *new_rl_count) in ntfs_runlists_merge() argument 571 *new_rl_count = s_rl_count; in ntfs_runlists_merge() 642 drl = ntfs_rl_replace(drl, ds, srl + sstart, ss, dins, new_rl_count); in ntfs_runlists_merge() 644 drl = ntfs_rl_insert(drl, ds, srl + sstart, ss, dins, new_rl_count); in ntfs_runlists_merge() 647 drl = ntfs_rl_append(drl, ds, srl + sstart, ss, dins, new_rl_count); in ntfs_runlists_merge() 649 drl = ntfs_rl_split(drl, ds, srl + sstart, ss, dins, new_rl_count); in ntfs_runlists_merge() 685 *new_rl_count += 2; in ntfs_runlists_merge() 701 *new_rl_count += 1; in ntfs_runlists_merge() 737 size_t *new_rl_count) in ntfs_mapping_pairs_decompress() argument 790 *new_rl_count = old_runlist->count; in ntfs_mapping_pairs_decompress() [all …]
|
| H A D | mft.c | 1075 size_t new_rl_count; in ntfs_mft_bitmap_extend_allocation_nolock() local 1148 rl = ntfs_runlists_merge(&mftbmp_ni->runlist, rl2, 0, &new_rl_count); in ntfs_mft_bitmap_extend_allocation_nolock() 1161 mftbmp_ni->runlist.count = new_rl_count; in ntfs_mft_bitmap_extend_allocation_nolock() 1502 size_t new_rl_count; in ntfs_mft_data_extend_allocation_nolock() local 1585 rl = ntfs_runlists_merge(&mft_ni->runlist, rl2, 0, &new_rl_count); in ntfs_mft_data_extend_allocation_nolock() 1598 mft_ni->runlist.count = new_rl_count; in ntfs_mft_data_extend_allocation_nolock()
|
| H A D | compress.c | 1335 size_t new_rl_count; in ntfs_write_cb() local 1441 rl = ntfs_runlists_merge(&ni->runlist, rlc, 0, &new_rl_count); in ntfs_write_cb() 1449 ni->runlist.count = new_rl_count; in ntfs_write_cb()
|