Home
last modified time | relevance | path

Searched refs:run_da (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ntfs3/
H A Dattrib.c95 struct runs_tree *run_da) in run_deallocate_ex() argument
125 if (run_da) { in run_deallocate_ex()
127 if (!run_remove_range(run_da, vcn, clen, in run_deallocate_ex()
161 struct runs_tree *run_da, CLST vcn, CLST lcn, in attr_allocate_clusters() argument
207 if (run_da) { in attr_allocate_clusters()
209 if (!run_remove_range(run_da, vcn, flen, &da_len)) { in attr_allocate_clusters()
241 run_da); in attr_allocate_clusters()
449 struct runs_tree *run_da = run == &ni->file.run ? &ni->file.run_da : in attr_set_size_ex() local
451 bool da = !is_mft && sbi->options->delalloc && run_da && !no_da; in attr_set_size_ex()
506 (vcn = old_alen + run_len(&ni->file.run_da), new_alen > vcn)) { in attr_set_size_ex()
[all …]
H A Dfile.c39 if (!ni->file.run_da.count) in ntfs_dio_alignment()
879 if (ni->file.run_da.count) { in ntfs_file_read_iter()
1294 if (ni->file.run_da.count) { in ntfs_file_write_iter()
H A Dfrecord.c126 ntfs_sub_da(ni->mi.sbi, run_len(&ni->file.run_da)); in ni_clear()
127 run_close(&ni->file.run_da); in ni_clear()
3267 if (!ni->file.run_da.count) in ni_allocate_da_blocks_locked()
3277 while (run_get_entry(&ni->file.run_da, 0, &vcn, &lcn, &clen)) { in ni_allocate_da_blocks_locked()
H A Dntfs_fs.h409 struct runs_tree run_da; member
449 struct runs_tree *run_da, CLST vcn, CLST lcn,
H A Dinode.c569 !run_is_empty(&ni->file.run_da)) { in ntfs_bmap()
1016 err = ni->file.run_da.count ? ni_allocate_da_blocks(ni) : 0; in ntfs_writeback_range()