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

/linux-master/fs/btrfs/
H A Dqgroup.h372 int btrfs_qgroup_free_data(struct btrfs_inode *inode,
H A Ddelalloc-space.c200 btrfs_qgroup_free_data(inode, reserved, start, len, NULL);
H A Dordered-data.c159 ret = btrfs_qgroup_free_data(inode, NULL, file_offset, num_bytes, &qgroup_rsv);
H A Dinode.c698 btrfs_qgroup_free_data(inode, NULL, 0, PAGE_SIZE, NULL);
5205 btrfs_qgroup_free_data(BTRFS_I(inode), NULL, start,
8148 * btrfs_qgroup_free_data() call will do nothing here.
8151 * Then btrfs_qgroup_free_data() call will clear the
8156 btrfs_qgroup_free_data(inode, NULL, cur, range_end + 1 - cur, NULL);
10530 btrfs_qgroup_free_data(inode, data_reserved, start, num_bytes, NULL);
H A Dfile.c3204 btrfs_qgroup_free_data(BTRFS_I(inode), data_reserved,
H A Dqgroup.c4291 int btrfs_qgroup_free_data(struct btrfs_inode *inode, function

Completed in 163 milliseconds