Home
last modified time | relevance | path

Searched defs:vcn (Results 1 – 14 of 14) 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()
229 void run_truncate_head(struct runs_tree *run, CLST vcn) in run_truncate_head()
264 void run_truncate(struct runs_tree *run, CLST vcn) in run_truncate()
301 void run_truncate_around(struct runs_tree *run, CLST vcn) in run_truncate_around()
317 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len, in run_add_entry()
490 bool run_collapse_range(struct runs_tree *run, CLST vcn, CLST len) in run_collapse_range()
556 bool run_insert_range(struct runs_tree *run, CLST vcn, CLST len) in run_insert_range()
596 bool run_get_entry(const struct runs_tree *run, size_t index, CLST *vcn, in run_get_entry()
[all …]
H A Dattrlist.c188 u8 name_len, const CLST *vcn) in al_find_ex()
245 u8 name_len, CLST vcn) in al_find_le_to_insert()
H A Dfile.c169 CLST vcn, lcn, clen; in ntfs_extend_initialized_size() local
341 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap_prepare() local
406 CLST vcn = pos >> sbi->cluster_bits; in ntfs_extend() local
706 CLST vcn = vbo >> cluster_bits; in ntfs_fallocate() local
H A Dfsntfs.c815 CLST lcn, vcn, len; in ntfs_refresh_zone() local
1113 CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; in ntfs_sb_write_run() local
1180 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_read_run_nb() local
1307 CLST vcn_next, vcn = vbo >> cluster_bits; in ntfs_get_bh() local
1487 CLST lcn, clen, vcn, vcn_next; in ntfs_bio_pages() local
H A Dinode.c578 CLST vcn, lcn, len; in ntfs_get_block_vbo() local
1198 CLST vcn; in ntfs_create_inode() local
H A Dfrecord.c192 const __le16 *name, u8 name_len, const CLST *vcn, in ni_find_attr()
1865 CLST vcn = vbo >> cluster_bits; in ni_fiemap() local
2121 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local
H 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
H A Dntfs.h520 __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()
H A Dsuper.c1205 CLST vcn, lcn, len; in ntfs_fill_super() local
H A Dntfs_fs.h1138 struct runs_tree *run, CLST vcn) in attr_load_runs_attr()
/linux/drivers/md/dm-vdo/indexer/
H A Dvolume.c1275 u64 vcn = BAD_CHAPTER; in probe_chapter() local
1335 u64 vcn = 0; in find_real_end_of_volume() local
H A Dindex.c825 static int rebuild_index_page_map(struct uds_index *index, u64 vcn) in rebuild_index_page_map()
H A Ddelta-index.c498 u64 vcn; in uds_initialize_delta_index_page() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_doorbell.h77 } vcn; member