extent-tree.c (e747853cae3ae332ce81cf1c12d8b3df45041949) | extent-tree.c (bfb484d922a317183d77b3b6db77a2ff659384cc) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2007 Oracle. All rights reserved. 4 */ 5 6#include <linux/sched.h> 7#include <linux/sched/signal.h> 8#include <linux/pagemap.h> --- 4845 unchanged lines hidden (view full) --- 4854 if (ret < 0) 4855 continue; 4856 } else { 4857 if (wc->level == 1 && 4858 (flags & BTRFS_BLOCK_FLAG_FULL_BACKREF)) 4859 continue; 4860 } 4861reada: | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2007 Oracle. All rights reserved. 4 */ 5 6#include <linux/sched.h> 7#include <linux/sched/signal.h> 8#include <linux/pagemap.h> --- 4845 unchanged lines hidden (view full) --- 4854 if (ret < 0) 4855 continue; 4856 } else { 4857 if (wc->level == 1 && 4858 (flags & BTRFS_BLOCK_FLAG_FULL_BACKREF)) 4859 continue; 4860 } 4861reada: |
4862 readahead_tree_block(fs_info, bytenr); | 4862 btrfs_readahead_node_child(eb, slot); |
4863 nread++; 4864 } 4865 wc->reada_slot = slot; 4866} 4867 4868/* 4869 * helper to process tree block while walking down the tree. 4870 * --- 1064 unchanged lines hidden --- | 4863 nread++; 4864 } 4865 wc->reada_slot = slot; 4866} 4867 4868/* 4869 * helper to process tree block while walking down the tree. 4870 * --- 1064 unchanged lines hidden --- |