Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Ddelayed-ref.c461 int old_ref_mod; in update_existing_head_ref() local
507 old_ref_mod = existing->total_ref_mod; in update_existing_head_ref()
509 *old_ref_mod_ret = old_ref_mod; in update_existing_head_ref()
518 if (existing->total_ref_mod >= 0 && old_ref_mod < 0) in update_existing_head_ref()
520 if (existing->total_ref_mod < 0 && old_ref_mod >= 0) in update_existing_head_ref()
601 int *old_ref_mod, int *new_ref_mod) in add_delayed_ref_head() argument
628 old_ref_mod); in add_delayed_ref_head()
636 if (old_ref_mod) in add_delayed_ref_head()
637 *old_ref_mod = 0; in add_delayed_ref_head()
713 int *old_ref_mod, int *new_ref_mod) in btrfs_add_delayed_tree_ref() argument
[all …]
Ddelayed-ref.h241 int *old_ref_mod, int *new_ref_mod);
246 int *old_ref_mod, int *new_ref_mod);
Dextent-tree.c2041 int old_ref_mod, new_ref_mod; in btrfs_inc_extent_ref() local
2055 &old_ref_mod, &new_ref_mod); in btrfs_inc_extent_ref()
2061 &old_ref_mod, &new_ref_mod); in btrfs_inc_extent_ref()
2064 if (ret == 0 && old_ref_mod < 0 && new_ref_mod >= 0) { in btrfs_inc_extent_ref()
6999 int old_ref_mod, new_ref_mod; in btrfs_free_tree_block() local
7010 &old_ref_mod, &new_ref_mod); in btrfs_free_tree_block()
7012 pin = old_ref_mod >= 0 && new_ref_mod < 0; in btrfs_free_tree_block()
7062 int old_ref_mod, new_ref_mod; in btrfs_free_extent() local
7081 old_ref_mod = new_ref_mod = 0; in btrfs_free_extent()
7088 &old_ref_mod, &new_ref_mod); in btrfs_free_extent()
[all …]