Searched refs:runs_tree (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | ntfs_fs.h | 117 #define RUN_DEALLOCATE ((struct runs_tree *)(size_t)1) 120 struct runs_tree { struct 151 struct runs_tree run; 194 struct runs_tree bitmap_run; 195 struct runs_tree alloc_run; 404 struct runs_tree run; 410 struct runs_tree run_da; 423 struct runs_tree run; 460 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, 461 struct runs_tree *run_da, CLST vcn, CLST lcn, [all …]
|
| H A D | run.c | 35 static bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *index) in run_lookup() 94 static void run_consolidate(struct runs_tree *run, size_t index) in run_consolidate() 168 bool run_is_mapped_full(const struct runs_tree *run, CLST svcn, CLST evcn) in run_is_mapped_full() 193 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, in run_lookup_entry() 231 static bool run_overlaps(const struct runs_tree *run, CLST svcn, CLST len, in run_overlaps() 259 bool run_lookup_entry_da(const struct runs_tree *run, in run_lookup_entry_da() 260 const struct runs_tree *run_da, CLST vcn, CLST *lcn, in run_lookup_entry_da() 289 void run_truncate_head(struct runs_tree *run, CLST vcn) in run_truncate_head() 324 void run_truncate(struct runs_tree *run, CLST vcn) in run_truncate() 361 void run_truncate_around(struct runs_tree *run, CLST vcn) in run_truncate_around() [all …]
|
| H A 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() 95 struct runs_tree *run_da) in run_deallocate_ex() 160 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, in attr_allocate_clusters() 161 struct runs_tree *run_da, CLST vcn, CLST lcn, in attr_allocate_clusters() 256 u64 new_size, struct runs_tree *run, in attr_make_nonresident() 384 u64 new_size, struct runs_tree *run, in attr_set_size_res() 431 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_set_size_ex() 450 struct runs_tree *run_da = run == &ni->file.run ? &ni->file.run_da : in attr_set_size_ex() 997 struct runs_tree *run = &ni->file.run; in attr_data_get_block_locked() [all …]
|
| H A D | fsntfs.c | 804 struct runs_tree *run; in ntfs_clear_mft_tail() 1126 int ntfs_sb_write_run(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_sb_write_run() 1175 const struct runs_tree *run, u64 vbo) in ntfs_bread_run() 1190 int ntfs_read_run_nb_ra(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_run_nb_ra() 1328 int ntfs_read_bh_ra(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_bh_ra() 1339 int ntfs_get_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_get_bh() 1518 int ntfs_read_write_run(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_write_run() 1604 int ntfs_bio_fill_1(struct ntfs_sb_info *sbi, const struct runs_tree *run) in ntfs_bio_fill_1() 1674 int ntfs_vbo_to_lbo(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_vbo_to_lbo() 2558 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() 652 const struct runs_tree *run, CLST len) in mi_pack_runs()
|
| H A D | xattr.c | 123 struct runs_tree run; in ntfs_read_ea() 334 struct runs_tree ea_run; in ntfs_set_ea()
|
| H A D | frecord.c | 502 struct runs_tree run; in ni_repack() 1229 struct runs_tree *run = &ni->file.run; in ni_expand_mft_list() 1428 const struct runs_tree *run, CLST svcn, CLST len, in ni_insert_nonresident() 1809 struct runs_tree run; in ni_parse_reparse() 2285 struct runs_tree *run = &ni->file.run; in ni_read_frame()
|
| H A D | index.c | 366 struct runs_tree *run = &indx->bitmap_run; in scan_nres_bitmap() 1074 struct runs_tree *run = &indx->alloc_run; in indx_read_ra() 1486 struct runs_tree run; in indx_create_allocate()
|
| H A D | inode.c | 51 struct runs_tree *run; in ntfs_read_mft() 1891 struct runs_tree run; in ntfs_create_inode()
|
| H A D | fslog.c | 3016 struct runs_tree *run1; 3017 struct runs_tree run0;
|