Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dqgroup.h392 int btrfs_qgroup_free_data(struct btrfs_inode *inode,
H A Dinode.c668 btrfs_qgroup_free_data(inode, NULL, 0, fs_info->sectorsize, NULL); in __cow_file_range_inline()
1517 btrfs_qgroup_free_data(inode, NULL, start, cur_alloc_size, NULL); in cow_file_range()
1531 btrfs_qgroup_free_data(inode, NULL, start + cur_alloc_size, in cow_file_range()
2301 btrfs_qgroup_free_data(inode, NULL, cur_offset, end - cur_offset + 1, NULL); in run_delalloc_nocow()
5385 btrfs_qgroup_free_data(BTRFS_I(inode), NULL, start, in evict_inode_truncate_pages()
7405 return btrfs_qgroup_free_data(folio_to_inode(folio), NULL, folio_pos(folio), in btrfs_launder_folio()
7593 btrfs_qgroup_free_data(inode, NULL, cur, range_end + 1 - cur, NULL); in btrfs_invalidate_folio()
9897 btrfs_qgroup_free_data(inode, data_reserved, start, num_bytes, NULL); in btrfs_do_encoded_write()
H A Dordered-data.c168 ret = btrfs_qgroup_free_data(inode, NULL, file_offset, num_bytes, &qgroup_rsv); in alloc_ordered_extent()
H A Dfile.c3251 btrfs_qgroup_free_data(BTRFS_I(inode), data_reserved, in btrfs_fallocate()
H A Dqgroup.c4387 int btrfs_qgroup_free_data(struct btrfs_inode *inode, in btrfs_qgroup_free_data() function