Searched refs:btrfs_unlock_up_safe (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/fs/btrfs/ | 
| D | locking.h | 106 void btrfs_unlock_up_safe(struct btrfs_path *path, int level);
  | 
| D | locking.c | 141 void btrfs_unlock_up_safe(struct btrfs_path *path, int level)  in btrfs_unlock_up_safe()  function
  | 
| D | ctree.c | 1449 	btrfs_unlock_up_safe(p, level + 1);  in read_block_for_search() 1976 		btrfs_unlock_up_safe(p, level + 1);  in btrfs_search_old_slot() 3478 	btrfs_unlock_up_safe(path, 1);  in setup_leaf_for_split() 3816 	btrfs_unlock_up_safe(path, 1);  in setup_items_for_insert() 4013 	btrfs_unlock_up_safe(path, 0);  in btrfs_del_leaf() 4299 		btrfs_unlock_up_safe(path, path->lowest_level + 1);  in btrfs_search_forward()
  | 
| D | relocation.c | 1407 		btrfs_unlock_up_safe(path, 0);  in replace_path() 1722 		btrfs_unlock_up_safe(path, 0);  in merge_reloc_root()
  | 
| D | extent-tree.c | 968 		btrfs_unlock_up_safe(path, 1);  in lookup_inline_extent_backref() 5563 		btrfs_unlock_up_safe(path, 0);  in btrfs_drop_snapshot()
  |