Searched refs:btrfs_qgroup_free_data (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | qgroup.h | 376 int btrfs_qgroup_free_data(struct btrfs_inode *inode,
|
H A D | delalloc-space.c | 202 btrfs_qgroup_free_data(inode, reserved, start, len, NULL); in btrfs_free_reserved_data_space()
|
H A D | ordered-data.c | 161 ret = btrfs_qgroup_free_data(inode, NULL, file_offset, num_bytes, &qgroup_rsv); in alloc_ordered_extent()
|
H A D | inode.c | 690 btrfs_qgroup_free_data(inode, NULL, 0, PAGE_SIZE, NULL); in cow_file_range_inline() 5168 btrfs_qgroup_free_data(BTRFS_I(inode), NULL, start, in evict_inode_truncate_pages() 8111 btrfs_qgroup_free_data(inode, NULL, cur, range_end + 1 - cur, NULL); in btrfs_invalidate_folio() 10458 btrfs_qgroup_free_data(inode, data_reserved, start, num_bytes, NULL); in btrfs_do_encoded_write()
|
H A D | file.c | 3214 btrfs_qgroup_free_data(BTRFS_I(inode), data_reserved, in btrfs_fallocate()
|
H A D | qgroup.c | 3975 int btrfs_qgroup_free_data(struct btrfs_inode *inode, in btrfs_qgroup_free_data() function
|