Searched refs:run_deallocate_ex (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/ntfs3/ |
| D | attrib.c | 116 static int run_deallocate_ex(struct ntfs_sb_info *sbi, struct runs_tree *run, in run_deallocate_ex() function 220 run_deallocate_ex(sbi, run, vcn0, vcn - vcn0, NULL, false); in attr_allocate_clusters() 675 err = run_deallocate_ex(sbi, run, vcn, evcn - vcn + 1, &alen, in attr_set_size() 1512 err = run_deallocate_ex(sbi, run, vcn + len, clst_data - len, in attr_allocate_frame() 1787 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, in attr_collapse_range() 2035 err = run_deallocate_ex(sbi, run, vcn1, zero, &dealloc, true); in attr_punch_hole()
|