Searched refs:btrfs_unlock_up_safe (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | ctree.c | 2350 noinline void btrfs_unlock_up_safe(struct btrfs_path *path, int level) in btrfs_unlock_up_safe() function 2428 btrfs_unlock_up_safe(p, level + 1); in read_block_for_search() 2978 btrfs_unlock_up_safe(p, level + 1); in btrfs_search_old_slot() 4380 btrfs_unlock_up_safe(path, 1); in setup_leaf_for_split() 4717 btrfs_unlock_up_safe(path, 1); in setup_items_for_insert() 4916 btrfs_unlock_up_safe(path, 0); in btrfs_del_leaf() 5206 btrfs_unlock_up_safe(path, path->lowest_level + 1); in btrfs_search_forward()
|
D | relocation.c | 1925 btrfs_unlock_up_safe(path, 0); in replace_path() 2172 btrfs_unlock_up_safe(path, 0); in merge_reloc_root()
|
D | ctree.h | 2882 void btrfs_unlock_up_safe(struct btrfs_path *p, int level);
|
D | extent-tree.c | 1657 btrfs_unlock_up_safe(path, 1); in lookup_inline_extent_backref() 8930 btrfs_unlock_up_safe(path, 0); in btrfs_drop_snapshot()
|