Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Drunlist.h43 VCN vcn; /* vcn = Starting virtual cluster number. */
79 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
84 const VCN vcn);
87 const runlist_element *rl, const VCN first_vcn,
88 const VCN last_vcn);
92 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn);
98 const VCN start, const s64 length);
Dattrib.h63 extern int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn,
65 extern int ntfs_map_runlist(ntfs_inode *ni, VCN vcn);
67 extern LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
71 const VCN vcn, ntfs_attr_search_ctx *ctx);
75 const VCN lowest_vcn, const u8 *val, const u32 val_len,
Dlcnalloc.h44 const VCN start_vcn, const s64 count, const LCN start_lcn,
48 extern s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn,
107 static inline s64 ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, in ntfs_cluster_free()
Drunlist.c541 VCN marker_vcn = 0; in ntfs_runlists_merge()
752 VCN vcn; /* Current vcn. */ in ntfs_mapping_pairs_decompress()
766 attr->data.non_resident.lowest_vcn) < (VCN)0) { in ntfs_mapping_pairs_decompress()
914 VCN max_cluster; in ntfs_mapping_pairs_decompress()
1004 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn()
1053 runlist_element *ntfs_rl_find_vcn_nolock(runlist_element *rl, const VCN vcn) in ntfs_rl_find_vcn_nolock()
1132 const runlist_element *rl, const VCN first_vcn, in ntfs_get_size_for_mapping_pairs()
1133 const VCN last_vcn) in ntfs_get_size_for_mapping_pairs()
1325 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) in ntfs_mapping_pairs_build()
1645 const VCN start, const s64 length) in ntfs_rl_punch_nolock()
[all …]
Dtypes.h43 typedef s64 VCN; typedef
Daops.c184 VCN vcn; in ntfs_read_block()
259 vcn = (VCN)iblock << blocksize_bits >> in ntfs_read_block()
261 vcn_ofs = ((VCN)iblock << blocksize_bits) & in ntfs_read_block()
549 VCN vcn; in ntfs_write_block()
716 vcn = (VCN)block << blocksize_bits; in ntfs_write_block()
1019 VCN vcn; in ntfs_write_mst_block()
1025 vcn = (VCN)block << bh_size_bits; in ntfs_write_mst_block()
Dattrib.c84 int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn, ntfs_attr_search_ctx *ctx) in ntfs_map_runlist_nolock()
86 VCN end_vcn; in ntfs_map_runlist_nolock()
114 VCN allocated_size_vcn; in ntfs_map_runlist_nolock()
298 int ntfs_map_runlist(ntfs_inode *ni, VCN vcn) in ntfs_map_runlist()
341 LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_vcn_to_lcn_nolock()
464 runlist_element *ntfs_attr_find_vcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_find_vcn_nolock()
883 const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, in ntfs_external_attr_find()
1213 const VCN lowest_vcn, const u8 *val, const u32 val_len, in ntfs_attr_lookup()
1931 VCN vcn; in ntfs_attr_extend_allocation()
Dlcnalloc.c146 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc()
849 s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count, in __ntfs_cluster_free()
930 VCN vcn; in __ntfs_cluster_free()
Dcompress.c492 VCN vcn; in ntfs_read_compressed_block()
495 VCN start_vcn = (((s64)index << PAGE_SHIFT) & ~cb_size_mask) >> in ntfs_read_compressed_block()
501 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_SHIFT) + cb_size - 1) in ntfs_read_compressed_block()
Dfile.c587 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write()
659 VCN cdelta; in ntfs_prepare_pages_for_non_resident_write()
1753 VCN last_vcn; in ntfs_perform_write()
1793 VCN vcn; in ntfs_perform_write()
Dindex.c122 VCN vcn, old_vcn; in ntfs_index_lookup()
Dmft.c539 VCN vcn; in ntfs_sync_mft_mirror()
545 vcn = ((VCN)mft_no << vol->mft_record_size_bits) + in ntfs_sync_mft_mirror()
732 VCN vcn; in write_mft_record_nolock()
738 vcn = ((VCN)ni->mft_no << vol->mft_record_size_bits) + in write_mft_record_nolock()
1726 VCN old_last_vcn; in ntfs_mft_data_extend_allocation_nolock()
Dlogfile.c729 VCN vcn, end_vcn; in ntfs_empty_logfile()
Ddir.c93 VCN vcn, old_vcn; in ntfs_lookup_inode_by_name()
647 VCN vcn, old_vcn;
Dinode.c1774 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount()
2380 VCN highest_vcn; in ntfs_truncate()