Searched refs:run_deallocate_ex (Results 1 – 1 of 1) sorted by relevance
/openbmc/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 213 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() 864 run_deallocate_ex(sbi, run, vcn, alen, NULL, false); in attr_set_size() 1237 if (run_deallocate_ex(sbi, run, vcn, alen, NULL, false) || in attr_data_get_block() 1705 err = run_deallocate_ex(sbi, run, vcn + len, clst_data - len, in attr_allocate_frame() 1984 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, in attr_collapse_range() 2241 err = run_deallocate_ex(NULL, run, vcn1, zero, &hole2, false); in attr_punch_hole() 2279 run_deallocate_ex(sbi, &run2, vcn1, zero, &hole, true); in attr_punch_hole()
|