/fs/ntfs3/ |
D | run.c | 21 CLST vcn; /* Virtual cluster number. */ member 34 static bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *index) in run_lookup() 192 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, in run_lookup_entry() 228 void run_truncate_head(struct runs_tree *run, CLST vcn) in run_truncate_head() 263 void run_truncate(struct runs_tree *run, CLST vcn) in run_truncate() 300 void run_truncate_around(struct runs_tree *run, CLST vcn) in run_truncate_around() 316 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len, in run_add_entry() 489 bool run_collapse_range(struct runs_tree *run, CLST vcn, CLST len) in run_collapse_range() 555 bool run_insert_range(struct runs_tree *run, CLST vcn, CLST len) in run_insert_range() 595 bool run_get_entry(const struct runs_tree *run, size_t index, CLST *vcn, in run_get_entry() [all …]
|
D | attrib.c | 61 struct runs_tree *run, const CLST *vcn) in attr_load_runs() 94 CLST vcn, CLST len, CLST *done, bool trim) in run_deallocate_ex() 150 CLST vcn, CLST lcn, CLST len, CLST *pre_alloc, in attr_allocate_clusters() 417 CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; in attr_set_size() local 886 int attr_data_get_block(struct ntfs_inode *ni, CLST vcn, CLST clen, CLST *lcn, in attr_data_get_block() 1318 CLST vcn) in attr_load_runs_vcn() 1365 CLST vcn; in attr_load_runs_range() local 1539 CLST clen, lcn, vcn, alen, slen, vcn_next; in attr_is_frame_compressed() local 1648 CLST vcn, end, clst_data; in attr_allocate_frame() local 1874 CLST vcn, end; in attr_collapse_range() local [all …]
|
D | attrlist.c | 188 u8 name_len, const CLST *vcn) in al_find_ex() 245 u8 name_len, CLST vcn) in al_find_le_to_insert() 388 bool al_delete_le(struct ntfs_inode *ni, enum ATTR_TYPE type, CLST vcn, in al_delete_le()
|
D | file.c | 120 CLST vcn, lcn, clen; in ntfs_extend_initialized_size() local 289 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap() local 604 CLST vcn = vbo >> cluster_bits; in ntfs_fallocate() local
|
D | fsntfs.c | 815 CLST lcn, vcn, len; in ntfs_refresh_zone() local 1133 CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; in ntfs_sb_write_run() local 1200 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_read_run_nb() local 1327 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_get_bh() local 1507 CLST lcn, clen, vcn, vcn_next; in ntfs_bio_pages() local
|
D | frecord.c | 188 const __le16 *name, u8 name_len, const CLST *vcn, in ni_find_attr() 283 const __le16 *name, u8 name_len, CLST vcn, in ni_load_attr() 1957 CLST vcn = vbo >> cluster_bits; in ni_fiemap() local 2251 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local
|
D | inode.c | 566 CLST vcn, lcn, len; in ntfs_get_block_vbo() local 1238 CLST vcn; in ntfs_create_inode() local
|
D | index.c | 210 CLST vcn = off >> sbi->cluster_bits; in bmp_buf_get() local 379 CLST lcn, clen, vcn, vcn_next; in scan_nres_bitmap() local
|
D | ntfs.h | 520 __le64 vcn; // 0x08: Starting VCN of this attribute. member 636 static inline void de_set_vbn_le(struct NTFS_DE *e, __le64 vcn) in de_set_vbn_le() 643 static inline void de_set_vbn(struct NTFS_DE *e, CLST vcn) in de_set_vbn()
|
D | super.c | 1157 CLST vcn, lcn, len; in ntfs_fill_super() local
|
D | fslog.c | 154 __le64 vcn; // 0x10: Vcn of dirty page member 639 u32 target_attr, u64 vcn) in find_dp() 3739 u64 size, vcn, undo_next_lsn; in log_replay() local
|
D | ntfs_fs.h | 1145 struct runs_tree *run, CLST vcn) in attr_load_runs_attr()
|
/fs/ntfs/ |
D | attrib.c | 70 int ntfs_map_runlist_nolock(ntfs_inode *ni, VCN vcn, ntfs_attr_search_ctx *ctx) in ntfs_map_runlist_nolock() 284 int ntfs_map_runlist(ntfs_inode *ni, VCN vcn) in ntfs_map_runlist() 327 LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_vcn_to_lcn_nolock() 450 runlist_element *ntfs_attr_find_vcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_find_vcn_nolock() 1917 VCN vcn; in ntfs_attr_extend_allocation() local
|
D | aops.c | 167 VCN vcn; in ntfs_read_block() local 533 VCN vcn; in ntfs_write_block() local 1004 VCN vcn; in ntfs_write_mst_block() local
|
D | runlist.c | 738 VCN vcn; /* Current vcn. */ in ntfs_mapping_pairs_decompress() local 990 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() 1039 runlist_element *ntfs_rl_find_vcn_nolock(runlist_element *rl, const VCN vcn) in ntfs_rl_find_vcn_nolock()
|
D | runlist.h | 29 VCN vcn; /* vcn = Starting virtual cluster number. */ member
|
D | index.c | 108 VCN vcn, old_vcn; in ntfs_index_lookup() local
|
D | lcnalloc.c | 916 VCN vcn; in __ntfs_cluster_free() local
|
D | file.c | 566 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local 1769 VCN vcn; in ntfs_perform_write() local
|
D | logfile.c | 714 VCN vcn, end_vcn; in ntfs_empty_logfile() local
|
D | dir.c | 80 VCN vcn, old_vcn; in ntfs_lookup_inode_by_name() local
|
D | mft.c | 525 VCN vcn; in ntfs_sync_mft_mirror() local 718 VCN vcn; in write_mft_record_nolock() local
|
D | compress.c | 478 VCN vcn; in ntfs_read_compressed_block() local
|