Searched refs:btrfs_mod_total_bytes_pinned (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
D | space-info.h | 163 static inline void btrfs_mod_total_bytes_pinned(struct btrfs_fs_info *fs_info, in btrfs_mod_total_bytes_pinned() function
|
D | delayed-ref.c | 740 btrfs_mod_total_bytes_pinned(fs_info, flags, existing->num_bytes); in update_existing_head_ref() 742 btrfs_mod_total_bytes_pinned(fs_info, flags, -existing->num_bytes); in update_existing_head_ref() 744 btrfs_mod_total_bytes_pinned(fs_info, flags, existing->num_bytes); in update_existing_head_ref() 859 btrfs_mod_total_bytes_pinned(trans->fs_info, flags, in add_delayed_ref_head()
|
D | extent-tree.c | 1788 btrfs_mod_total_bytes_pinned(fs_info, flags, -head->num_bytes); in btrfs_cleanup_ref_head_accounting()
|