Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Drunlist.c520 size_t *new_rl_count) in ntfs_runlists_merge() argument
567 *new_rl_count = s_rl_count; in ntfs_runlists_merge()
638 drl = ntfs_rl_replace(drl, ds, srl + sstart, ss, dins, new_rl_count); in ntfs_runlists_merge()
640 drl = ntfs_rl_insert(drl, ds, srl + sstart, ss, dins, new_rl_count); in ntfs_runlists_merge()
643 drl = ntfs_rl_append(drl, ds, srl + sstart, ss, dins, new_rl_count); in ntfs_runlists_merge()
645 drl = ntfs_rl_split(drl, ds, srl + sstart, ss, dins, new_rl_count); in ntfs_runlists_merge()
681 *new_rl_count += 2; in ntfs_runlists_merge()
697 *new_rl_count += 1; in ntfs_runlists_merge()
733 size_t *new_rl_count) in ntfs_mapping_pairs_decompress() argument
956 *new_rl_count = rlpos + 1; in ntfs_mapping_pairs_decompress()
[all …]
H A Dattrib.c97 size_t new_rl_count; in ntfs_map_runlist_nolock() local
191 rl = ntfs_mapping_pairs_decompress(ni->vol, a, &ni->runlist, &new_rl_count); in ntfs_map_runlist_nolock()
196 ni->runlist.count = new_rl_count; in ntfs_map_runlist_nolock()
2554 size_t new_rl_count; in ntfs_attr_record_rm() local
2557 ctx->attr, NULL, &new_rl_count); in ntfs_attr_record_rm()
3107 size_t new_rl_count; in ntfs_attr_map_whole_runlist() local
3146 &new_rl_count); in ntfs_attr_map_whole_runlist()
3152 ni->runlist.count = new_rl_count; in ntfs_attr_map_whole_runlist()
4196 size_t new_rl_count; in ntfs_non_resident_attr_expand() local
4343 rln = ntfs_runlists_merge(&ni->runlist, rl, 0, &new_rl_count); in ntfs_non_resident_attr_expand()
[all …]
H A Diomap.c464 size_t new_rl_count; in ntfs_write_simple_iomap_begin_non_resident() local
483 &new_rl_count); in ntfs_write_simple_iomap_begin_non_resident()
493 ni->runlist.count = new_rl_count; in ntfs_write_simple_iomap_begin_non_resident()
H A Dcompress.c1295 size_t new_rl_count; in ntfs_write_cb() local
1394 rl = ntfs_runlists_merge(&ni->runlist, rlc, 0, &new_rl_count); in ntfs_write_cb()
1405 ni->runlist.count = new_rl_count; in ntfs_write_cb()
H A Dmft.c1181 size_t new_rl_count; in ntfs_mft_bitmap_extend_allocation_nolock() local
1254 rl = ntfs_runlists_merge(&mftbmp_ni->runlist, rl2, 0, &new_rl_count); in ntfs_mft_bitmap_extend_allocation_nolock()
1267 mftbmp_ni->runlist.count = new_rl_count; in ntfs_mft_bitmap_extend_allocation_nolock()
1608 size_t new_rl_count; in ntfs_mft_data_extend_allocation_nolock() local
1691 rl = ntfs_runlists_merge(&mft_ni->runlist, rl2, 0, &new_rl_count); in ntfs_mft_data_extend_allocation_nolock()
1704 mft_ni->runlist.count = new_rl_count; in ntfs_mft_data_extend_allocation_nolock()
H A Dinode.c350 size_t new_rl_count; in ntfs_non_resident_dealloc_clusters() local
353 &new_rl_count); in ntfs_non_resident_dealloc_clusters()
1822 size_t new_rl_count; in ntfs_read_inode_mount() local
1953 size_t new_rl_count; in ntfs_read_inode_mount() local
1962 rl = ntfs_mapping_pairs_decompress(vol, a, NULL, &new_rl_count); in ntfs_read_inode_mount()
2063 &new_rl_count); in ntfs_read_inode_mount()
2071 ni->runlist.count = new_rl_count; in ntfs_read_inode_mount()