Home
last modified time | relevance | path

Searched refs:btrfs_mod_total_bytes_pinned (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
Dspace-info.h163 static inline void btrfs_mod_total_bytes_pinned(struct btrfs_fs_info *fs_info, in btrfs_mod_total_bytes_pinned() function
Ddelayed-ref.c740 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()
Dextent-tree.c1788 btrfs_mod_total_bytes_pinned(fs_info, flags, -head->num_bytes); in btrfs_cleanup_ref_head_accounting()