Searched refs:btrfs_qgroup_free_data (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | qgroup.h | 392 int btrfs_qgroup_free_data(struct btrfs_inode *inode,
|
| H A D | delalloc-space.c | 200 btrfs_qgroup_free_data(inode, reserved, start, len, NULL); in btrfs_free_reserved_data_space()
|
| H A D | inode.c | 666 btrfs_qgroup_free_data(inode, NULL, 0, fs_info->sectorsize, NULL); in __cow_file_range_inline() 1530 btrfs_qgroup_free_data(inode, NULL, start, cur_alloc_size, NULL); in cow_file_range() 1544 btrfs_qgroup_free_data(inode, NULL, start + cur_alloc_size, in cow_file_range() 2314 btrfs_qgroup_free_data(inode, NULL, cur_offset, end - cur_offset + 1, NULL); in run_delalloc_nocow() 5280 btrfs_qgroup_free_data(BTRFS_I(inode), NULL, start, in evict_inode_truncate_pages() 7309 return btrfs_qgroup_free_data(folio_to_inode(folio), NULL, folio_pos(folio), in btrfs_launder_folio() 7497 btrfs_qgroup_free_data(inode, NULL, cur, range_end + 1 - cur, NULL); in btrfs_invalidate_folio() 9761 btrfs_qgroup_free_data(inode, data_reserved, start, num_bytes, NULL); in btrfs_do_encoded_write()
|
| H A D | ordered-data.c | 160 ret = btrfs_qgroup_free_data(inode, NULL, file_offset, num_bytes, &qgroup_rsv); in alloc_ordered_extent()
|
| H A D | file.c | 3098 btrfs_qgroup_free_data(BTRFS_I(inode), data_reserved, in btrfs_fallocate()
|
| H A D | qgroup.c | 4397 int btrfs_qgroup_free_data(struct btrfs_inode *inode, in btrfs_qgroup_free_data() function
|