Searched refs:runs_tree (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/fs/ntfs3/ |
D | ntfs_fs.h | 106 #define RUN_DEALLOCATE ((struct runs_tree *)(size_t)1) 109 struct runs_tree { struct 138 struct runs_tree run; 182 struct runs_tree bitmap_run; 183 struct runs_tree alloc_run; 373 struct runs_tree run; 381 struct runs_tree run; 412 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, 418 u64 new_size, struct runs_tree *run, 421 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 | 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() 172 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() 885 struct runs_tree *run = &ni->file.run; in attr_data_get_block() 1212 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_vcn() 1246 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_range() 1276 struct runs_tree *run, u64 frame, u64 frames, in attr_wof_frame_info() [all …]
|
D | fsntfs.c | 746 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() 1449 int ntfs_bio_pages(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_bio_pages() 1548 int ntfs_bio_fill_1(struct ntfs_sb_info *sbi, const struct runs_tree *run) in ntfs_bio_fill_1() 1618 int ntfs_vbo_to_lbo(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_vbo_to_lbo() 2491 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() 541 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 | 529 struct runs_tree run; in ni_repack() 1232 struct runs_tree *run = &ni->file.run; in ni_expand_mft_list() 1429 const struct runs_tree *run, CLST svcn, CLST len, in ni_insert_nonresident() 1798 struct runs_tree run; in ni_parse_reparse() 1897 struct runs_tree *run; in ni_fiemap() 2439 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() 1340 struct runs_tree run; in indx_create_allocate()
|
D | inode.c | 46 struct runs_tree *run; in ntfs_read_mft()
|
D | fslog.c | 2947 struct runs_tree *run1; 2948 struct runs_tree run0;
|