Searched refs:runs_tree (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | ntfs_fs.h | 114 #define RUN_DEALLOCATE ((struct runs_tree *)(size_t)1) 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; 423 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, 429 u64 new_size, struct runs_tree *run, 432 const __le16 *name, u8 name_len, struct runs_tree *run, [all …]
|
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 …]
|
D | attrib.c | 61 struct runs_tree *run, const CLST *vcn) in attr_load_runs() 93 static int run_deallocate_ex(struct ntfs_sb_info *sbi, struct runs_tree *run, in run_deallocate_ex() 149 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, in attr_allocate_clusters() 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() 889 struct runs_tree *run = &ni->file.run; in attr_data_get_block() 1305 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_vcn() 1348 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_range() 1378 struct runs_tree *run, u64 frame, u64 frames, in attr_wof_frame_info() [all …]
|
D | fsntfs.c | 775 struct runs_tree *run; in ntfs_clear_mft_tail() 1127 int ntfs_sb_write_run(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_sb_write_run() 1176 const struct runs_tree *run, u64 vbo) in ntfs_bread_run() 1191 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_run_nb() 1309 int ntfs_read_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_read_bh() 1320 int ntfs_get_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_get_bh() 1497 int ntfs_bio_pages(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_bio_pages() 1596 int ntfs_bio_fill_1(struct ntfs_sb_info *sbi, const struct runs_tree *run) in ntfs_bio_fill_1() 1666 int ntfs_vbo_to_lbo(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_vbo_to_lbo() 2548 int run_deallocate(struct ntfs_sb_info *sbi, const struct runs_tree *run, in run_deallocate()
|
D | record.c | 123 struct runs_tree *run = mft_ni ? &mft_ni->file.run : NULL; in mi_read() 609 struct runs_tree *run, CLST len) in mi_pack_runs()
|
D | xattr.c | 123 struct runs_tree run; in ntfs_read_ea() 331 struct runs_tree ea_run; in ntfs_set_ea()
|
D | frecord.c | 535 struct runs_tree run; in ni_repack() 1246 struct runs_tree *run = &ni->file.run; in ni_expand_mft_list() 1443 const struct runs_tree *run, CLST svcn, CLST len, in ni_insert_nonresident() 1816 struct runs_tree run; in ni_parse_reparse() 1956 struct runs_tree *run; in ni_fiemap() 2524 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() 1042 struct runs_tree *run = &indx->alloc_run; in indx_read() 1443 struct runs_tree run; in indx_create_allocate()
|
D | inode.c | 46 struct runs_tree *run; in ntfs_read_mft() 1680 struct runs_tree run; in ntfs_create_inode()
|
D | fslog.c | 2949 struct runs_tree *run1; 2950 struct runs_tree run0;
|