Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dqgroup.h376 int btrfs_qgroup_free_data(struct btrfs_inode *inode,
H A Ddelalloc-space.c202 btrfs_qgroup_free_data(inode, reserved, start, len, NULL); in btrfs_free_reserved_data_space()
H A Dordered-data.c161 ret = btrfs_qgroup_free_data(inode, NULL, file_offset, num_bytes, &qgroup_rsv); in alloc_ordered_extent()
H A Dinode.c690 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 Dfile.c3214 btrfs_qgroup_free_data(BTRFS_I(inode), data_reserved, in btrfs_fallocate()
H A Dqgroup.c3975 int btrfs_qgroup_free_data(struct btrfs_inode *inode, in btrfs_qgroup_free_data() function