Searched refs:runs_tree (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/ntfs3/ |
| H A D | ntfs_fs.h | 117 struct runs_tree { struct 147 struct runs_tree run; 190 struct runs_tree bitmap_run; 191 struct runs_tree alloc_run; 384 struct runs_tree run; 392 struct runs_tree run; 429 u64 new_size, struct runs_tree *run, 450 struct runs_tree *run); 765 struct runs_tree *run, CLST len); 820 int run_clone(const struct runs_tree *run, struct runs_tree *new_run); [all …]
|
| H A D | run.c | 34 static bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *index) in run_lookup() 93 static void run_consolidate(struct runs_tree *run, size_t index) in run_consolidate() 167 bool run_is_mapped_full(const struct runs_tree *run, CLST svcn, CLST evcn) in run_is_mapped_full() 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() [all …]
|
| H A D | attrib.c | 61 struct runs_tree *run, const CLST *vcn) in attr_load_runs() 228 u64 new_size, struct runs_tree *run, in attr_make_nonresident() 356 u64 new_size, struct runs_tree *run, in attr_set_size_res() 403 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_set_size() 890 struct runs_tree *run = &ni->file.run; in attr_data_get_block() 1379 struct runs_tree *run, u64 frame, u64 frames, in attr_wof_frame_info() 1634 struct runs_tree *run = &ni->file.run; in attr_allocate_frame() 1860 struct runs_tree *run = &ni->file.run; in attr_collapse_range() 2118 struct runs_tree *run = &ni->file.run; in attr_punch_hole() 2127 struct runs_tree run2; in attr_punch_hole() [all …]
|
| H A D | fsntfs.c | 775 struct runs_tree *run; in ntfs_clear_mft_tail() 1103 int ntfs_sb_write_run(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_sb_write_run() 1152 const struct runs_tree *run, u64 vbo) in ntfs_bread_run() 1167 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_run_nb() 1285 int ntfs_read_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_read_bh() 1296 int ntfs_get_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_get_bh() 1473 int ntfs_bio_pages(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_bio_pages() 1572 int ntfs_bio_fill_1(struct ntfs_sb_info *sbi, const struct runs_tree *run) in ntfs_bio_fill_1() 1642 int ntfs_vbo_to_lbo(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_vbo_to_lbo() 2524 int run_deallocate(struct ntfs_sb_info *sbi, const struct runs_tree *run, in run_deallocate()
|
| H A D | record.c | 123 struct runs_tree *run = mft_ni ? &mft_ni->file.run : NULL; in mi_read() 624 struct runs_tree *run, CLST len) in mi_pack_runs()
|
| H A D | xattr.c | 123 struct runs_tree run; in ntfs_read_ea() 331 struct runs_tree ea_run; in ntfs_set_ea()
|
| H A D | frecord.c | 483 struct runs_tree run; in ni_repack() 1194 struct runs_tree *run = &ni->file.run; in ni_expand_mft_list() 1391 const struct runs_tree *run, CLST svcn, CLST len, in ni_insert_nonresident() 1764 struct runs_tree run; in ni_parse_reparse() 1863 struct runs_tree run; in ni_fiemap() 2397 struct runs_tree *run = &ni->file.run; in ni_read_frame()
|
| H A D | index.c | 368 struct runs_tree *run = &indx->bitmap_run; in scan_nres_bitmap() 1042 struct runs_tree *run = &indx->alloc_run; in indx_read() 1441 struct runs_tree run; in indx_create_allocate()
|
| H A D | inode.c | 46 struct runs_tree *run; in ntfs_read_mft() 1643 struct runs_tree run; in ntfs_create_inode()
|
| H A D | fslog.c | 2949 struct runs_tree *run1; 2950 struct runs_tree run0;
|