Searched refs:new_rl_count (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | attrib.c | 97 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() 2556 size_t new_rl_count; in ntfs_attr_record_rm() local 2559 ctx->attr, NULL, &new_rl_count); in ntfs_attr_record_rm() 3109 size_t new_rl_count; in ntfs_attr_map_whole_runlist() local 3148 &new_rl_count); in ntfs_attr_map_whole_runlist() 3154 ni->runlist.count = new_rl_count; in ntfs_attr_map_whole_runlist() 4198 size_t new_rl_count; in ntfs_non_resident_attr_expand() local 4345 rln = ntfs_runlists_merge(&ni->runlist, rl, 0, &new_rl_count); in ntfs_non_resident_attr_expand() [all …]
|
| H A D | iomap.c | 464 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 D | compress.c | 1295 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 D | mft.c | 1151 size_t new_rl_count; in ntfs_mft_bitmap_extend_allocation_nolock() local 1224 rl = ntfs_runlists_merge(&mftbmp_ni->runlist, rl2, 0, &new_rl_count); in ntfs_mft_bitmap_extend_allocation_nolock() 1237 mftbmp_ni->runlist.count = new_rl_count; in ntfs_mft_bitmap_extend_allocation_nolock() 1578 size_t new_rl_count; in ntfs_mft_data_extend_allocation_nolock() local 1661 rl = ntfs_runlists_merge(&mft_ni->runlist, rl2, 0, &new_rl_count); in ntfs_mft_data_extend_allocation_nolock() 1674 mft_ni->runlist.count = new_rl_count; in ntfs_mft_data_extend_allocation_nolock()
|