Home
last modified time | relevance | path

Searched refs:btrfs_qgroup_free_data (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dinode.c678 btrfs_qgroup_free_data(inode, NULL, 0, fs_info->sectorsize, NULL); in __cow_file_range_inline()
1312 btrfs_qgroup_free_data(inode, NULL, file_offset, cur_len, NULL); in cow_one_range()
1508 btrfs_qgroup_free_data(inode, NULL, start + cur_alloc_size, in cow_file_range()
2285 btrfs_qgroup_free_data(inode, NULL, untouched_start, untouched_len, NULL); in run_delalloc_nocow()
5598 btrfs_qgroup_free_data(BTRFS_I(inode), NULL, start, in evict_refill_and_join()
7652 return btrfs_qgroup_free_data(folio_to_inode(folio), NULL, folio_pos(folio), in btrfs_release_folio()
7830 * btrfs_qgroup_free_data() call will do nothing here. in btrfs_invalidate_folio()
7833 * Then btrfs_qgroup_free_data() call will clear the in btrfs_invalidate_folio()
7838 btrfs_qgroup_free_data(inode, NULL, cur, range_end + 1 - cur, NULL); in btrfs_truncate()
10155 btrfs_qgroup_free_data(inod in btrfs_do_encoded_write()
[all...]
H A Dfile.c3235 btrfs_qgroup_free_data(BTRFS_I(inode), data_reserved, in btrfs_fallocate()
H A Dqgroup.c4447 int btrfs_qgroup_free_data(struct btrfs_inode *inode, in btrfs_qgroup_free_data() function