Searched refs:btrfs_qgroup_free_data (Results 1 – 6 of 6) sorted by relevance
/linux/fs/btrfs/ |
H A D | qgroup.h | 389 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 | 675 btrfs_qgroup_free_data(inode, NULL, 0, PAGE_SIZE, NULL); in __cow_file_range_inline() 1533 btrfs_qgroup_free_data(inode, NULL, start, cur_alloc_size, NULL); in cow_file_range() 1547 btrfs_qgroup_free_data(inode, NULL, start + cur_alloc_size, in cow_file_range() 2297 btrfs_qgroup_free_data(inode, NULL, cur_offset, end - cur_offset + 1, NULL); in run_delalloc_nocow() 5252 btrfs_qgroup_free_data(BTRFS_I(inode), NULL, start, in evict_inode_truncate_pages() 7266 return btrfs_qgroup_free_data(folio_to_inode(folio), NULL, folio_pos(folio), in btrfs_launder_folio() 7454 btrfs_qgroup_free_data(inode, NULL, cur, range_end + 1 - cur, NULL); in btrfs_invalidate_folio() 9708 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 | 3093 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
|