Searched refs:btrfs_clear_path_blocking (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 78 noinline void btrfs_clear_path_blocking(struct btrfs_path *p, in btrfs_clear_path_blocking() function 1393 btrfs_clear_path_blocking(path, NULL, BTRFS_READ_LOCK); in tree_mod_log_rewind() 2540 btrfs_clear_path_blocking(p, NULL, 0); in setup_nodes_for_search() 2561 btrfs_clear_path_blocking(p, NULL, 0); in setup_nodes_for_search() 2797 btrfs_clear_path_blocking(p, NULL, 0); in btrfs_search_slot() 2877 btrfs_clear_path_blocking(p, b, in btrfs_search_slot() 2886 btrfs_clear_path_blocking(p, b, in btrfs_search_slot() 2906 btrfs_clear_path_blocking(p, NULL, 0); in btrfs_search_slot() 2972 btrfs_clear_path_blocking(p, NULL, 0); in btrfs_search_old_slot() 3018 btrfs_clear_path_blocking(p, b, in btrfs_search_old_slot() [all …]
|
D | delayed-inode.c | 797 btrfs_clear_path_blocking(path, NULL, 0); in btrfs_batch_insert_items()
|
D | ctree.h | 3595 void btrfs_clear_path_blocking(struct btrfs_path *p,
|