Searched refs:btrfs_clear_path_blocking (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 78 noinline void btrfs_clear_path_blocking(struct btrfs_path *p, in btrfs_clear_path_blocking() function 1395 btrfs_clear_path_blocking(path, NULL, BTRFS_READ_LOCK); in tree_mod_log_rewind() 2546 btrfs_clear_path_blocking(p, NULL, 0); in setup_nodes_for_search() 2567 btrfs_clear_path_blocking(p, NULL, 0); in setup_nodes_for_search() 2803 btrfs_clear_path_blocking(p, NULL, 0); in btrfs_search_slot() 2883 btrfs_clear_path_blocking(p, b, in btrfs_search_slot() 2892 btrfs_clear_path_blocking(p, b, in btrfs_search_slot() 2912 btrfs_clear_path_blocking(p, NULL, 0); in btrfs_search_slot() 2978 btrfs_clear_path_blocking(p, NULL, 0); in btrfs_search_old_slot() 3024 btrfs_clear_path_blocking(p, b, in btrfs_search_old_slot() [all …]
|
D | delayed-inode.c | 801 btrfs_clear_path_blocking(path, NULL, 0); in btrfs_batch_insert_items()
|
D | ctree.h | 3653 void btrfs_clear_path_blocking(struct btrfs_path *p,
|