Searched refs:run_deallocate_ex (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | attrib.c | 93 static int run_deallocate_ex(struct ntfs_sb_info *sbi, struct runs_tree *run, in run_deallocate_ex() function 213 run_deallocate_ex(sbi, run, vcn0, vcn - vcn0, NULL, false); in attr_allocate_clusters() 753 err = run_deallocate_ex(sbi, run, vcn, evcn - vcn + 1, &dlen, in attr_set_size() 863 run_deallocate_ex(sbi, run, vcn, alen, NULL, false); in attr_set_size() 1236 if (run_deallocate_ex(sbi, run, vcn, alen, NULL, false) || in attr_data_get_block() 1693 err = run_deallocate_ex(sbi, run, vcn + len, clst_data - len, in attr_allocate_frame() 1972 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, in attr_collapse_range() 2229 err = run_deallocate_ex(NULL, run, vcn1, zero, &hole2, false); in attr_punch_hole() 2267 run_deallocate_ex(sbi, &run2, vcn1, zero, &hole, true); in attr_punch_hole()
|