Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Ddelayed-ref.c657 int old_ref_mod; in update_existing_head_ref() local
703 old_ref_mod = existing->total_ref_mod; in update_existing_head_ref()
705 *old_ref_mod_ret = old_ref_mod; in update_existing_head_ref()
718 if (existing->total_ref_mod >= 0 && old_ref_mod < 0) { in update_existing_head_ref()
722 if (existing->total_ref_mod < 0 && old_ref_mod >= 0) { in update_existing_head_ref()
802 int *old_ref_mod, int *new_ref_mod) in add_delayed_ref_head() argument
825 old_ref_mod); in add_delayed_ref_head()
833 if (old_ref_mod) in add_delayed_ref_head()
834 *old_ref_mod = 0; in add_delayed_ref_head()
913 int *old_ref_mod, int *new_ref_mod) in btrfs_add_delayed_tree_ref() argument
[all …]
Ddelayed-ref.h338 int *old_ref_mod, int *new_ref_mod);
341 u64 reserved, int *old_ref_mod,
Dextent-tree.c1389 int old_ref_mod, new_ref_mod; in btrfs_inc_extent_ref() local
1399 NULL, &old_ref_mod, &new_ref_mod); in btrfs_inc_extent_ref()
1402 &old_ref_mod, &new_ref_mod); in btrfs_inc_extent_ref()
1406 if (ret == 0 && old_ref_mod < 0 && new_ref_mod >= 0) in btrfs_inc_extent_ref()
3396 int old_ref_mod, new_ref_mod; in btrfs_free_tree_block() local
3400 &old_ref_mod, &new_ref_mod); in btrfs_free_tree_block()
3402 pin = old_ref_mod >= 0 && new_ref_mod < 0; in btrfs_free_tree_block()
3447 int old_ref_mod, new_ref_mod; in btrfs_free_extent() local
3463 old_ref_mod = new_ref_mod = 0; in btrfs_free_extent()
3467 &old_ref_mod, &new_ref_mod); in btrfs_free_extent()
[all …]