Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Ddelayed-ref.c464 int old_ref_mod; in update_existing_head_ref() local
510 old_ref_mod = existing->total_ref_mod; in update_existing_head_ref()
512 *old_ref_mod_ret = old_ref_mod; in update_existing_head_ref()
521 if (existing->total_ref_mod >= 0 && old_ref_mod < 0) in update_existing_head_ref()
523 if (existing->total_ref_mod < 0 && old_ref_mod >= 0) in update_existing_head_ref()
604 int *old_ref_mod, int *new_ref_mod) in add_delayed_ref_head() argument
631 old_ref_mod); in add_delayed_ref_head()
639 if (old_ref_mod) in add_delayed_ref_head()
640 *old_ref_mod = 0; in add_delayed_ref_head()
716 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.c2033 int old_ref_mod, new_ref_mod; in btrfs_inc_extent_ref() local
2047 &old_ref_mod, &new_ref_mod); in btrfs_inc_extent_ref()
2053 &old_ref_mod, &new_ref_mod); in btrfs_inc_extent_ref()
2056 if (ret == 0 && old_ref_mod < 0 && new_ref_mod >= 0) { in btrfs_inc_extent_ref()
6989 int old_ref_mod, new_ref_mod; in btrfs_free_tree_block() local
7000 &old_ref_mod, &new_ref_mod); in btrfs_free_tree_block()
7002 pin = old_ref_mod >= 0 && new_ref_mod < 0; in btrfs_free_tree_block()
7052 int old_ref_mod, new_ref_mod; in btrfs_free_extent() local
7071 old_ref_mod = new_ref_mod = 0; in btrfs_free_extent()
7078 &old_ref_mod, &new_ref_mod); in btrfs_free_extent()
[all …]