Home
last modified time | relevance | path

Searched defs:vcn (Results 1 – 23 of 23) sorted by relevance

/fs/ntfs3/
Drun.c21 CLST vcn; /* Virtual cluster number. */ member
34 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()
553 bool run_get_entry(const struct runs_tree *run, size_t index, CLST *vcn, in run_get_entry()
778 CLST next_vcn, vcn, lcn; in run_pack() local
[all …]
Dattrib.c88 struct runs_tree *run, const CLST *vcn) in attr_load_runs()
121 CLST vcn, CLST len, CLST *done, bool trim) in run_deallocate_ex()
174 CLST vcn, CLST lcn, CLST len, CLST *pre_alloc, in attr_allocate_clusters()
424 CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; in attr_set_size() local
810 int attr_data_get_block(struct ntfs_inode *ni, CLST vcn, CLST clen, CLST *lcn, in attr_data_get_block()
1142 CLST vcn) in attr_load_runs_vcn()
1189 CLST vcn = from >> cluster_bits; in attr_load_runs_range() local
1363 CLST clen, lcn, vcn, alen, slen, vcn_next; in attr_is_frame_compressed() local
1472 CLST vcn, end, clst_data; in attr_allocate_frame() local
1692 CLST vcn, end; in attr_collapse_range() local
[all …]
Dattrlist.c188 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()
Dfile.c119 CLST vcn, lcn, clen; in ntfs_extend_initialized_size() local
279 void ntfs_sparse_cluster(struct inode *inode, struct page *page0, CLST vcn, in ntfs_sparse_cluster()
384 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap() local
676 CLST vcn = vbo >> sbi->cluster_bits; in ntfs_fallocate() local
Dfsntfs.c783 CLST zone_limit, zone_max, lcn, vcn, len; in ntfs_refresh_zone() local
1083 CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; in ntfs_sb_write_run() local
1150 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_read_run_nb() local
1277 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_get_bh() local
1468 CLST lcn, clen, vcn, vcn_next; in ntfs_bio_pages() local
Dfrecord.c187 const __le16 *name, u8 name_len, const CLST *vcn, in ni_find_attr()
281 const __le16 *name, u8 name_len, CLST vcn, in ni_load_attr()
1866 CLST vcn = vbo >> cluster_bits; in ni_fiemap() local
2134 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local
Dinode.c557 CLST vcn, lcn, len; in ntfs_get_block_vbo() local
1218 CLST vcn; in ntfs_create_inode() local
Dsuper.c894 CLST vcn, lcn, len; in ntfs_fill_super() local
Dindex.c210 CLST vcn = off >> sbi->cluster_bits; in bmp_buf_get() local
379 CLST lcn, clen, vcn, vcn_next; in scan_nres_bitmap() local
Dntfs.h517 __le64 vcn; // 0x08: Starting VCN of this attribute. member
635 static inline void de_set_vbn_le(struct NTFS_DE *e, __le64 vcn) in de_set_vbn_le()
642 static inline void de_set_vbn(struct NTFS_DE *e, CLST vcn) in de_set_vbn()
Dfslog.c154 __le64 vcn; // 0x10: Vcn of dirty page member
637 u32 target_attr, u64 vcn) in find_dp()
3736 u64 size, vcn, undo_next_lsn; in log_replay() local
Dntfs_fs.h1130 struct runs_tree *run, CLST vcn) in attr_load_runs_attr()
/fs/ntfs/
Dattrib.c70 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
Drunlist.c738 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()
Daops.c167 VCN vcn; in ntfs_read_block() local
532 VCN vcn; in ntfs_write_block() local
1002 VCN vcn; in ntfs_write_mst_block() local
Drunlist.h29 VCN vcn; /* vcn = Starting virtual cluster number. */ member
Dindex.c108 VCN vcn, old_vcn; in ntfs_index_lookup() local
Dlcnalloc.c916 VCN vcn; in __ntfs_cluster_free() local
Dfile.c570 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local
1773 VCN vcn; in ntfs_perform_write() local
Ddir.c80 VCN vcn, old_vcn; in ntfs_lookup_inode_by_name() local
Dlogfile.c714 VCN vcn, end_vcn; in ntfs_empty_logfile() local
Dmft.c525 VCN vcn; in ntfs_sync_mft_mirror() local
718 VCN vcn; in write_mft_record_nolock() local
Dcompress.c478 VCN vcn; in ntfs_read_compressed_block() local