Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Dqgroup.h382 int btrfs_qgroup_free_data(struct btrfs_inode *inode,
Ddelalloc-space.c200 btrfs_qgroup_free_data(inode, reserved, start, len, NULL); in btrfs_free_reserved_data_space()
Dinode.c715 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()
Dordered-data.c160 ret = btrfs_qgroup_free_data(inode, NULL, file_offset, num_bytes, &qgroup_rsv); in alloc_ordered_extent()
Dfile.c3220 btrfs_qgroup_free_data(BTRFS_I(inode), data_reserved, in btrfs_fallocate()
Dqgroup.c4402 int btrfs_qgroup_free_data(struct btrfs_inode *inode, in btrfs_qgroup_free_data() function