Searched refs:runs_tree (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/fs/ntfs3/ |
| D | ntfs_fs.h | 107 #define RUN_DEALLOCATE ((struct runs_tree *)(size_t)1) 110 struct runs_tree { struct 139 struct runs_tree run; 183 struct runs_tree bitmap_run; 184 struct runs_tree alloc_run; 373 struct runs_tree run; 381 struct runs_tree run; 413 struct runs_tree *run, const CLST *vcn); 414 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, 420 u64 new_size, struct runs_tree *run, [all …]
|
| D | run.c | 34 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() 553 bool run_get_entry(const struct runs_tree *run, size_t index, CLST *vcn, in run_get_entry() [all …]
|
| D | attrib.c | 88 struct runs_tree *run, const CLST *vcn) in attr_load_runs() 116 static int run_deallocate_ex(struct ntfs_sb_info *sbi, struct runs_tree *run, in run_deallocate_ex() 169 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, in attr_allocate_clusters() 235 u64 new_size, struct runs_tree *run, in attr_make_nonresident() 360 u64 new_size, struct runs_tree *run, in attr_set_size_res() 407 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_set_size() 810 struct runs_tree *run = &ni->file.run; in attr_data_get_block() 1137 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_vcn() 1171 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_range() 1201 struct runs_tree *run, u64 frame, u64 frames, in attr_wof_frame_info() [all …]
|
| D | fsntfs.c | 743 struct runs_tree *run; in ntfs_clear_mft_tail() 1079 int ntfs_sb_write_run(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_sb_write_run() 1128 const struct runs_tree *run, u64 vbo) in ntfs_bread_run() 1143 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_run_nb() 1261 int ntfs_read_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_read_bh() 1272 int ntfs_get_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_get_bh() 1460 int ntfs_bio_pages(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_bio_pages() 1565 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() 2493 int run_deallocate(struct ntfs_sb_info *sbi, struct runs_tree *run, bool trim) in run_deallocate()
|
| D | record.c | 123 struct runs_tree *run = mft_ni ? &mft_ni->file.run : NULL; in mi_read() 564 struct runs_tree *run, CLST len) in mi_pack_runs()
|
| D | xattr.c | 117 struct runs_tree run; in ntfs_read_ea() 277 struct runs_tree ea_run; in ntfs_set_ea()
|
| D | frecord.c | 528 struct runs_tree run; in ni_repack() 1189 struct runs_tree *run = &ni->file.run; in ni_expand_mft_list() 1382 const struct runs_tree *run, CLST svcn, CLST len, in ni_insert_nonresident() 1749 struct runs_tree run; in ni_parse_reparse() 1848 struct runs_tree *run; in ni_fiemap() 2388 struct runs_tree *run = &ni->file.run; in ni_read_frame()
|
| D | index.c | 368 struct runs_tree *run = &indx->bitmap_run; in scan_nres_bitmap() 961 struct runs_tree *run = &indx->alloc_run; in indx_read() 1347 struct runs_tree run; in indx_create_allocate()
|
| D | inode.c | 46 struct runs_tree *run; in ntfs_read_mft()
|
| D | fslog.c | 2949 struct runs_tree *run1; 2950 struct runs_tree run0;
|