Searched refs:btrfs_dec_ref (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | extent-tree.c | 2511 int btrfs_dec_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,  in btrfs_dec_ref()  function4713 		ret = btrfs_dec_ref(trans, root, eb, 0);  in walk_down_proc()
 5046 				ret = btrfs_dec_ref(trans, root, eb, 1);  in walk_up_proc()
 5048 				ret = btrfs_dec_ref(trans, root, eb, 0);  in walk_up_proc()
 
 | 
| D | ctree.c | 952 				ret = btrfs_dec_ref(trans, root, buf, 0);  in update_ref_for_cow()989 			ret = btrfs_dec_ref(trans, root, buf, 1);  in update_ref_for_cow()
 
 | 
| D | ctree.h | 2439 int btrfs_dec_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
 |