Home
last modified time | relevance | path

Searched refs:highest_vcn (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ntfs/
H A Dfile.c570 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local
1044 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1049 if (!highest_vcn) in ntfs_prepare_pages_for_non_resident_write()
1050 highest_vcn = (sle64_to_cpu( in ntfs_prepare_pages_for_non_resident_write()
1058 highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1101 mp_size, rl2, vcn, highest_vcn, NULL); in ntfs_prepare_pages_for_non_resident_write()
1112 if (unlikely(!a->data.non_resident.highest_vcn)) in ntfs_prepare_pages_for_non_resident_write()
1113 a->data.non_resident.highest_vcn = in ntfs_prepare_pages_for_non_resident_write()
1114 cpu_to_sle64(highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1301 vcn, highest_vcn, NULL)) { in ntfs_prepare_pages_for_non_resident_write()
H A Dinode.c1749 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local
1999 next_vcn = last_vcn = highest_vcn = 0; in ntfs_read_inode_mount()
2116 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_read_inode_mount()
2117 next_vcn = highest_vcn + 1; in ntfs_read_inode_mount()
2141 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_read_inode_mount()
2146 (unsigned long long)highest_vcn, in ntfs_read_inode_mount()
2347 VCN highest_vcn; in ntfs_truncate() local
2602 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_truncate()
2603 if (highest_vcn > 0 && in ntfs_truncate()
2605 highest_vcn + 1) { in ntfs_truncate()
[all …]
H A Dattrib.c106 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_map_runlist_nolock()
168 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1; in ntfs_map_runlist_nolock()
1672 a->data.non_resident.highest_vcn = cpu_to_sle64((new_size - 1) >> in ntfs_attr_make_non_resident()
2302 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >> in ntfs_attr_extend_allocation()
2401 ctx->attr->data.non_resident.highest_vcn = cpu_to_sle64( in ntfs_attr_extend_allocation()
H A Dmft.c1456 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_bitmap_extend_allocation_nolock()
1513 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 2); in ntfs_mft_bitmap_extend_allocation_nolock()
1893 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_data_extend_allocation_nolock()
1950 ctx->attr->data.non_resident.highest_vcn = in ntfs_mft_data_extend_allocation_nolock()
H A Dlayout.h729 /* 24*/ leVCN highest_vcn;/* Highest valid vcn of this extent of member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ntfs/
H A Dfile.c570 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local
1044 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1049 if (!highest_vcn) in ntfs_prepare_pages_for_non_resident_write()
1050 highest_vcn = (sle64_to_cpu( in ntfs_prepare_pages_for_non_resident_write()
1058 highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1101 mp_size, rl2, vcn, highest_vcn, NULL); in ntfs_prepare_pages_for_non_resident_write()
1112 if (unlikely(!a->data.non_resident.highest_vcn)) in ntfs_prepare_pages_for_non_resident_write()
1113 a->data.non_resident.highest_vcn = in ntfs_prepare_pages_for_non_resident_write()
1114 cpu_to_sle64(highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1301 vcn, highest_vcn, NULL)) { in ntfs_prepare_pages_for_non_resident_write()
H A Dinode.c1749 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local
1999 next_vcn = last_vcn = highest_vcn = 0; in ntfs_read_inode_mount()
2116 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_read_inode_mount()
2117 next_vcn = highest_vcn + 1; in ntfs_read_inode_mount()
2141 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_read_inode_mount()
2146 (unsigned long long)highest_vcn, in ntfs_read_inode_mount()
2347 VCN highest_vcn; in ntfs_truncate() local
2602 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_truncate()
2603 if (highest_vcn > 0 && in ntfs_truncate()
2605 highest_vcn + 1) { in ntfs_truncate()
[all …]
H A Dattrib.c106 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_map_runlist_nolock()
168 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1; in ntfs_map_runlist_nolock()
1672 a->data.non_resident.highest_vcn = cpu_to_sle64((new_size - 1) >> in ntfs_attr_make_non_resident()
2302 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >> in ntfs_attr_extend_allocation()
2401 ctx->attr->data.non_resident.highest_vcn = cpu_to_sle64( in ntfs_attr_extend_allocation()
H A Dmft.c1456 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_bitmap_extend_allocation_nolock()
1513 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 2); in ntfs_mft_bitmap_extend_allocation_nolock()
1893 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_data_extend_allocation_nolock()
1950 ctx->attr->data.non_resident.highest_vcn = in ntfs_mft_data_extend_allocation_nolock()
H A Dlayout.h729 /* 24*/ leVCN highest_vcn;/* Highest valid vcn of this extent of member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ntfs/
H A Dfile.c570 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local
1044 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1049 if (!highest_vcn) in ntfs_prepare_pages_for_non_resident_write()
1050 highest_vcn = (sle64_to_cpu( in ntfs_prepare_pages_for_non_resident_write()
1058 highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1101 mp_size, rl2, vcn, highest_vcn, NULL); in ntfs_prepare_pages_for_non_resident_write()
1112 if (unlikely(!a->data.non_resident.highest_vcn)) in ntfs_prepare_pages_for_non_resident_write()
1113 a->data.non_resident.highest_vcn = in ntfs_prepare_pages_for_non_resident_write()
1114 cpu_to_sle64(highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1301 vcn, highest_vcn, NULL)) { in ntfs_prepare_pages_for_non_resident_write()
H A Dinode.c1749 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local
1999 next_vcn = last_vcn = highest_vcn = 0; in ntfs_read_inode_mount()
2116 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_read_inode_mount()
2117 next_vcn = highest_vcn + 1; in ntfs_read_inode_mount()
2141 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_read_inode_mount()
2146 (unsigned long long)highest_vcn, in ntfs_read_inode_mount()
2347 VCN highest_vcn; in ntfs_truncate() local
2602 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_truncate()
2603 if (highest_vcn > 0 && in ntfs_truncate()
2605 highest_vcn + 1) { in ntfs_truncate()
[all …]
H A Dattrib.c106 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_map_runlist_nolock()
168 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1; in ntfs_map_runlist_nolock()
1672 a->data.non_resident.highest_vcn = cpu_to_sle64((new_size - 1) >> in ntfs_attr_make_non_resident()
2302 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >> in ntfs_attr_extend_allocation()
2401 ctx->attr->data.non_resident.highest_vcn = cpu_to_sle64( in ntfs_attr_extend_allocation()
H A Dmft.c1456 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_bitmap_extend_allocation_nolock()
1513 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 2); in ntfs_mft_bitmap_extend_allocation_nolock()
1893 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_data_extend_allocation_nolock()
1950 ctx->attr->data.non_resident.highest_vcn = in ntfs_mft_data_extend_allocation_nolock()
H A Dlayout.h729 /* 24*/ leVCN highest_vcn;/* Highest valid vcn of this extent of member
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dvolume.c247 VCN next_vcn, last_vcn, highest_vcn; in ntfs_mft_load() local
328 highest_vcn = next_vcn = 0; in ntfs_mft_load()
361 highest_vcn = sle64_to_cpu(a->highest_vcn); in ntfs_mft_load()
362 next_vcn = highest_vcn + 1; in ntfs_mft_load()
378 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_mft_load()
381 (long long)highest_vcn, (long long)last_vcn - 1); in ntfs_mft_load()
H A Dattrib.c605 VCN highest_vcn; in ntfs_attr_map_partial_runlist() local
625 highest_vcn = 0; in ntfs_attr_map_partial_runlist()
646 highest_vcn = sle64_to_cpu(a->highest_vcn); in ntfs_attr_map_partial_runlist()
647 if (highest_vcn < needed) { in ntfs_attr_map_partial_runlist()
657 needed = highest_vcn + 1; in ntfs_attr_map_partial_runlist()
699 VCN next_vcn, last_vcn, highest_vcn; in ntfs_attr_map_whole_runlist() local
719 next_vcn = last_vcn = highest_vcn = 0; in ntfs_attr_map_whole_runlist()
758 highest_vcn = sle64_to_cpu(a->highest_vcn); in ntfs_attr_map_whole_runlist()
759 next_vcn = highest_vcn + 1; in ntfs_attr_map_whole_runlist()
785 if (not_mapped && highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_attr_map_whole_runlist()
[all …]
H A Dmft.c758 a->highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
804 a->highest_vcn = cpu_to_sle64(rl[1].vcn - 2);
1108 a->highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
1160 a->highest_vcn = cpu_to_sle64(old_last_vcn - 1);
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfsresize.c2081 VCN highest_vcn, lowest_vcn; in handle_mftdata() local
2088 highest_vcn = sle64_to_cpu(attr->highest_vcn); in handle_mftdata()
2091 if (resize->mft_highest_vcn != highest_vcn) in handle_mftdata()
2101 highest_vcn = sle64_to_cpu(attr->highest_vcn); in handle_mftdata()
2103 if (resize->mft_highest_vcn < highest_vcn) in handle_mftdata()
2104 resize->mft_highest_vcn = highest_vcn; in handle_mftdata()
2201 VCN highest_vcn; in relocate_inodes() local
2249 high_le = resize->ctx->attr->highest_vcn; in relocate_inodes()
2271 highest_vcn = resize->mft_highest_vcn; in relocate_inodes()
4093 a->highest_vcn = cpu_to_sle64(lth - 1); in rebase_runlists_meta()
[all …]
H A Dmkntfs.c1438 VCN highest_vcn; in insert_positioned_attr_in_mft_record() local
1510 for (i = 0, highest_vcn = 0LL; rl[i].length; i++) in insert_positioned_attr_in_mft_record()
1511 highest_vcn += rl[i].length; in insert_positioned_attr_in_mft_record()
1513 if (highest_vcn * g_vol->cluster_size < val_len) { in insert_positioned_attr_in_mft_record()
1556 a->highest_vcn = cpu_to_sle64(highest_vcn - 1LL); in insert_positioned_attr_in_mft_record()
1560 a->allocated_size = cpu_to_sle64(highest_vcn * g_vol->cluster_size); in insert_positioned_attr_in_mft_record()
1751 a->highest_vcn = cpu_to_sle64(rl[i].vcn - 1); in insert_non_resident_attr_in_mft_record()
H A Dntfstruncate.c499 l = sle64_to_cpu(a->highest_vcn); in dump_non_resident_attr()
H A Dntfswipe.c1956 &(ctx->attr->highest_vcn), in destroy_record()
1985 ctx->attr->highest_vcn = const_cpu_to_sle64(0); in destroy_record()
H A Dntfsinfo.c1366 (long long)sle64_to_cpu(a->highest_vcn), in ntfs_dump_attribute_header()
1367 (unsigned long long)sle64_to_cpu(a->highest_vcn)); in ntfs_dump_attribute_header()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/ntfs/
H A Dntfs.h290 uint64_t highest_vcn; member
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/include/ntfs-3g/
H A Dlayout.h770 /* 24*/ leVCN highest_vcn; /* Highest valid vcn of this extent of

12