Searched refs:btrfs_qgroup_free_data (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | qgroup.h | 382 int btrfs_qgroup_free_data(struct btrfs_inode *inode,
|
D | delalloc-space.c | 200 btrfs_qgroup_free_data(inode, reserved, start, len, NULL); in btrfs_free_reserved_data_space()
|
D | inode.c | 715 btrfs_qgroup_free_data(inode, NULL, 0, PAGE_SIZE, NULL); in __cow_file_range_inline() 1607 btrfs_qgroup_free_data(inode, NULL, start, cur_alloc_size, NULL); in cow_file_range() 1621 btrfs_qgroup_free_data(inode, NULL, start, end - start + 1, NULL); in cow_file_range() 2286 btrfs_qgroup_free_data(inode, NULL, cur_offset, end - cur_offset + 1, NULL); in run_delalloc_nocow() 5198 btrfs_qgroup_free_data(BTRFS_I(inode), NULL, start, in evict_inode_truncate_pages() 7237 return btrfs_qgroup_free_data(folio_to_inode(folio), NULL, folio_pos(folio), in btrfs_launder_folio() 7425 btrfs_qgroup_free_data(inode, NULL, cur, range_end + 1 - cur, NULL); in btrfs_invalidate_folio() 9617 btrfs_qgroup_free_data(inode, data_reserved, start, num_bytes, NULL); in btrfs_do_encoded_write()
|
D | ordered-data.c | 160 ret = btrfs_qgroup_free_data(inode, NULL, file_offset, num_bytes, &qgroup_rsv); in alloc_ordered_extent()
|
D | file.c | 3220 btrfs_qgroup_free_data(BTRFS_I(inode), data_reserved, in btrfs_fallocate()
|
D | qgroup.c | 4402 int btrfs_qgroup_free_data(struct btrfs_inode *inode, in btrfs_qgroup_free_data() function
|