Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Drun.c22 CLST vcn; /* Virtual cluster number. */ member
35 static bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *index) in run_lookup()
193 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, in run_lookup_entry()
232 CLST *vcn, CLST *clen) in run_overlaps()
260 const struct runs_tree *run_da, CLST vcn, CLST *lcn, in run_lookup_entry_da()
289 void run_truncate_head(struct runs_tree *run, CLST vcn) in run_truncate_head()
324 void run_truncate(struct runs_tree *run, CLST vcn) in run_truncate()
361 void run_truncate_around(struct runs_tree *run, CLST vcn) in run_truncate_around()
377 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len, in run_add_entry()
551 bool run_collapse_range(struct runs_tree *run, CLST vcn, CLST len, CLST sub) in run_collapse_range()
[all …]
H A Dattrib.c61 struct runs_tree *run, const CLST *vcn) in attr_load_runs()
94 CLST vcn, CLST len, CLST *done, bool trim, in run_deallocate_ex()
161 struct runs_tree *run_da, CLST vcn, CLST lcn, in attr_allocate_clusters()
446 CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; in attr_set_size_ex() local
953 int attr_data_get_block(struct ntfs_inode *ni, CLST vcn, CLST clen, CLST *lcn, in attr_data_get_block()
991 int attr_data_get_block_locked(struct ntfs_inode *ni, CLST vcn, CLST clen, in attr_data_get_block_locked()
1441 CLST vcn) in attr_load_runs_vcn()
1488 CLST vcn; in attr_load_runs_range() local
1679 CLST clen, lcn, vcn, alen, slen, vcn_next; in attr_is_frame_compressed() local
1786 CLST vcn, end, clst_data; in attr_allocate_frame() local
[all …]
H A Dattrlist.c200 u8 name_len, const CLST *vcn) in al_find_ex()
258 u8 name_len, CLST vcn) in al_find_le_to_insert()
H A Dfsntfs.c844 CLST lcn, vcn, len; in ntfs_refresh_zone() local
1132 CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; in ntfs_sb_write_run() local
1201 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_read_run_nb_ra() local
1346 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_get_bh() local
1524 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_read_write_run() local
H A Dfrecord.c203 const __le16 *name, u8 name_len, const CLST *vcn, in ni_find_attr()
2024 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local
2909 CLST vcn, lcn, clen; in ni_seek_data_or_hole() local
3349 CLST vcn, lcn, clen, alen; in ni_allocate_da_blocks_locked() local
H A Dfile.c425 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap_prepare() local
661 CLST vcn = vbo >> cluster_bits; in ntfs_fallocate() local
H A Dinode.c940 CLST vcn = offset >> cluster_bits; in ntfs_iomap_begin() local
1404 CLST vcn; in ntfs_create_inode() local
H A Dntfs.h525 __le64 vcn; // 0x08: Starting VCN of this attribute. member
640 static inline void de_set_vbn_le(struct NTFS_DE *e, __le64 vcn) in de_set_vbn_le()
647 static inline void de_set_vbn(struct NTFS_DE *e, CLST vcn) in de_set_vbn()
H A Dindex.c210 CLST vcn = off >> sbi->cluster_bits; in bmp_buf_get() local
377 CLST lcn, clen, vcn, vcn_next; in scan_nres_bitmap() local
H A Dsuper.c1277 CLST vcn, lcn, len; in ntfs_fill_super() local
H A Dfslog.c154 __le64 vcn; // 0x10: Vcn of dirty page member
662 u32 target_attr, u64 vcn) in find_dp()
3865 u64 size, vcn, undo_next_lsn; in log_replay() local
H A Dntfs_fs.h1272 struct runs_tree *run, CLST vcn) in attr_load_runs_attr()