Searched refs:run_deallocate_ex (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/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() 754 err = run_deallocate_ex(sbi, run, vcn, evcn - vcn + 1, &dlen, in attr_set_size() 870 run_deallocate_ex(sbi, run, vcn, alen, NULL, false); in attr_set_size() 1587 err = run_deallocate_ex(sbi, run, vcn + len, clst_data - len, in attr_allocate_frame() 1862 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, in attr_collapse_range() 2114 err = run_deallocate_ex(NULL, run, vcn1, zero, &hole2, false); in attr_punch_hole() 2152 run_deallocate_ex(sbi, &run2, vcn1, zero, &hole, true); in attr_punch_hole()
|