Searched refs:btrfs_unlock_up_safe (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 2412 noinline void btrfs_unlock_up_safe(struct btrfs_path *path, int level) in btrfs_unlock_up_safe() function 2486 btrfs_unlock_up_safe(p, level + 1); in read_block_for_search() 2980 btrfs_unlock_up_safe(p, level + 1); in btrfs_search_old_slot() 4386 btrfs_unlock_up_safe(path, 1); in setup_leaf_for_split() 4723 btrfs_unlock_up_safe(path, 1); in setup_items_for_insert() 4920 btrfs_unlock_up_safe(path, 0); in btrfs_del_leaf() 5208 btrfs_unlock_up_safe(path, path->lowest_level + 1); in btrfs_search_forward()
|
D | relocation.c | 1920 btrfs_unlock_up_safe(path, 0); 2158 btrfs_unlock_up_safe(path, 0);
|
D | ctree.h | 3597 void btrfs_unlock_up_safe(struct btrfs_path *p, int level);
|
D | extent-tree.c | 1654 btrfs_unlock_up_safe(path, 1); in lookup_inline_extent_backref() 8467 btrfs_unlock_up_safe(path, 0); in btrfs_drop_snapshot()
|