Searched refs:old_ref_mod (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | delayed-ref.c | 658 	int old_ref_mod;  in update_existing_head_ref()  local704 	old_ref_mod = existing->total_ref_mod;  in update_existing_head_ref()
 706 		*old_ref_mod_ret = old_ref_mod;  in update_existing_head_ref()
 719 		if (existing->total_ref_mod >= 0 && old_ref_mod < 0) {  in update_existing_head_ref()
 723 		if (existing->total_ref_mod < 0 && old_ref_mod >= 0) {  in update_existing_head_ref()
 803 		     int *old_ref_mod, int *new_ref_mod)  in add_delayed_ref_head()  argument
 826 					 old_ref_mod);  in add_delayed_ref_head()
 834 		if (old_ref_mod)  in add_delayed_ref_head()
 835 			*old_ref_mod = 0;  in add_delayed_ref_head()
 914 			       int *old_ref_mod, int *new_ref_mod)  in btrfs_add_delayed_tree_ref()  argument
 [all …]
 
 | 
| D | delayed-ref.h | 338 			       int *old_ref_mod, int *new_ref_mod);341 			       u64 reserved, int *old_ref_mod,
 
 | 
| D | extent-tree.c | 1374 	int old_ref_mod, new_ref_mod;  in btrfs_inc_extent_ref()  local1384 				NULL, &old_ref_mod, &new_ref_mod);  in btrfs_inc_extent_ref()
 1387 						 &old_ref_mod, &new_ref_mod);  in btrfs_inc_extent_ref()
 1391 	if (ret == 0 && old_ref_mod < 0 && new_ref_mod >= 0)  in btrfs_inc_extent_ref()
 3255 		int old_ref_mod, new_ref_mod;  in btrfs_free_tree_block()  local
 3259 						 &old_ref_mod, &new_ref_mod);  in btrfs_free_tree_block()
 3261 		pin = old_ref_mod >= 0 && new_ref_mod < 0;  in btrfs_free_tree_block()
 3306 	int old_ref_mod, new_ref_mod;  in btrfs_free_extent()  local
 3322 		old_ref_mod = new_ref_mod = 0;  in btrfs_free_extent()
 3326 						 &old_ref_mod, &new_ref_mod);  in btrfs_free_extent()
 [all …]
 
 |