Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
A 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()
778 CLST next_vcn, vcn, lcn; in run_pack() local
874 CLST svcn, CLST evcn, CLST vcn, const u8 *run_buf, in run_unpack()
[all …]
A Dattrib.c88 struct runs_tree *run, const CLST *vcn) in attr_load_runs()
117 CLST vcn, CLST len, CLST *done, bool trim) in run_deallocate_ex()
170 CLST vcn, CLST lcn, CLST len, CLST *pre_alloc, in attr_allocate_clusters()
420 CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; in attr_set_size() local
806 int attr_data_get_block(struct ntfs_inode *ni, CLST vcn, CLST clen, CLST *lcn, in attr_data_get_block()
1138 CLST vcn) in attr_load_runs_vcn()
1176 CLST vcn = from >> cluster_bits; in attr_load_runs_range() local
1350 CLST clen, lcn, vcn, alen, slen, vcn_next; in attr_is_frame_compressed() local
1459 CLST vcn, end, clst_data; in attr_allocate_frame() local
1681 CLST vcn, end; in attr_collapse_range() local
[all …]
A Dattrlist.c172 u8 name_len, const CLST *vcn) in al_find_ex()
229 u8 name_len, CLST vcn) in al_find_le_to_insert()
372 bool al_delete_le(struct ntfs_inode *ni, enum ATTR_TYPE type, CLST vcn, in al_delete_le()
A Dfile.c120 CLST vcn, lcn, clen; in ntfs_extend_initialized_size() local
280 void ntfs_sparse_cluster(struct inode *inode, struct page *page0, CLST vcn, in ntfs_sparse_cluster()
385 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap() local
671 CLST vcn = vbo >> sbi->cluster_bits; in ntfs_fallocate() local
A Dfsntfs.c783 CLST zone_limit, zone_max, lcn, vcn, len; in ntfs_refresh_zone() local
1085 CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; in ntfs_sb_write_run() local
1152 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_read_run_nb() local
1279 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_get_bh() local
1470 CLST lcn, clen, vcn, vcn_next; in ntfs_bio_pages() local
A 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()
1851 CLST vcn = vbo >> cluster_bits; in ni_fiemap() local
2115 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local
A Dinode.c530 CLST vcn, lcn, len; in ntfs_get_block_vbo() local
1187 CLST vcn; in ntfs_create_inode() local
A Dsuper.c889 CLST vcn, lcn, len; in ntfs_fill_super() local
A 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
A Dntfs.h520 __le64 vcn; // 0x08: Starting VCN of this attribute. member
638 static inline void de_set_vbn_le(struct NTFS_DE *e, __le64 vcn) in de_set_vbn_le()
645 static inline void de_set_vbn(struct NTFS_DE *e, CLST vcn) in de_set_vbn()
A Dfslog.c154 __le64 vcn; // 0x10: Vcn of dirty page member
637 u32 target_attr, u64 vcn) in find_dp()
3755 u64 size, vcn, undo_next_lsn; in log_replay() local
A Dntfs_fs.h1127 struct runs_tree *run, CLST vcn) in attr_load_runs_attr()
/linux/fs/ntfs/
A 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()
1893 VCN vcn; in ntfs_attr_extend_allocation() local
A 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
A 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()
A Drunlist.h29 VCN vcn; /* vcn = Starting virtual cluster number. */ member
A Dindex.c108 VCN vcn, old_vcn; in ntfs_index_lookup() local
A Dlcnalloc.c916 VCN vcn; in __ntfs_cluster_free() local
A Dfile.c571 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local
1774 VCN vcn; in ntfs_perform_write() local
A Ddir.c80 VCN vcn, old_vcn; in ntfs_lookup_inode_by_name() local
A Dlogfile.c714 VCN vcn, end_vcn; in ntfs_empty_logfile() local
A Dmft.c525 VCN vcn; in ntfs_sync_mft_mirror() local
718 VCN vcn; in write_mft_record_nolock() local
A Dcompress.c478 VCN vcn; in ntfs_read_compressed_block() local
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_doorbell.h64 } vcn; member
A Damdgpu.h991 struct amdgpu_vcn vcn; member

Completed in 80 milliseconds