Searched refs:btrfs_unlock_up_safe (Results 1 – 5 of 5) sorted by relevance
/linux/fs/btrfs/ |
A D | locking.h | 107 void btrfs_unlock_up_safe(struct btrfs_path *path, int level);
|
A D | locking.c | 141 void btrfs_unlock_up_safe(struct btrfs_path *path, int level) in btrfs_unlock_up_safe() function
|
A D | ctree.c | 1451 btrfs_unlock_up_safe(p, level + 1); in read_block_for_search() 1978 btrfs_unlock_up_safe(p, level + 1); in btrfs_search_old_slot() 3480 btrfs_unlock_up_safe(path, 1); in setup_leaf_for_split() 3781 btrfs_unlock_up_safe(path, 1); in setup_items_for_insert() 4031 btrfs_unlock_up_safe(path, 0); in btrfs_del_leaf() 4317 btrfs_unlock_up_safe(path, path->lowest_level + 1); in btrfs_search_forward()
|
A D | relocation.c | 1408 btrfs_unlock_up_safe(path, 0); in replace_path() 1723 btrfs_unlock_up_safe(path, 0); in merge_reloc_root()
|
A D | extent-tree.c | 968 btrfs_unlock_up_safe(path, 1); in lookup_inline_extent_backref() 5650 btrfs_unlock_up_safe(path, 0); in btrfs_drop_snapshot()
|
Completed in 43 milliseconds