Searched refs:run_deallocate_ex (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | attrib.c | 93 static int run_deallocate_ex(struct ntfs_sb_info *sbi, struct runs_tree *run, in run_deallocate_ex() function 240 run_deallocate_ex(sbi, run, vcn0, vcn - vcn0, NULL, false, in attr_allocate_clusters() 820 err = run_deallocate_ex(sbi, run, vcn, evcn - vcn + 1, &dlen, in attr_set_size_ex() 931 run_deallocate_ex(sbi, run, vcn, alen, NULL, false, run_da); in attr_set_size_ex() 1372 if (run_deallocate_ex(sbi, run, vcn, *len, NULL, false, run_da) || in attr_data_get_block_locked() 1807 err = run_deallocate_ex(sbi, run, vcn + len, clst_data - len, in attr_allocate_frame() 2124 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, true, in attr_collapse_range() 2372 err = run_deallocate_ex(NULL, run, vcn1, zero, &hole2, false, in attr_punch_hole() 2411 run_deallocate_ex(sbi, &run2, vcn1, zero, &hole, true, in attr_punch_hole()
|