Searched refs:failure_tree (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | extent_io.c | 2144 int free_io_failure(struct extent_io_tree *failure_tree, in free_io_failure() argument 2151 set_state_failrec(failure_tree, rec->start, NULL); in free_io_failure() 2152 ret = clear_extent_bits(failure_tree, rec->start, in free_io_failure() 2287 struct extent_io_tree *failure_tree, in clean_io_failure() argument 2298 ret = count_range_bits(failure_tree, &private, (u64)-1, 1, in clean_io_failure() 2303 ret = get_state_failrec(failure_tree, start, &failrec); in clean_io_failure() 2337 free_io_failure(failure_tree, io_tree, failrec); in clean_io_failure() 2350 struct extent_io_tree *failure_tree = &inode->io_failure_tree; in btrfs_free_io_failure_record() local 2354 if (RB_EMPTY_ROOT(&failure_tree->state)) in btrfs_free_io_failure_record() 2357 spin_lock(&failure_tree->lock); in btrfs_free_io_failure_record() [all …]
|
D | extent_io.h | 514 struct extent_io_tree *failure_tree, 550 int free_io_failure(struct extent_io_tree *failure_tree,
|
D | inode.c | 8141 struct extent_io_tree *failure_tree = &BTRFS_I(inode)->io_failure_tree; in dio_read_error() local 8159 free_io_failure(failure_tree, io_tree, failrec); in dio_read_error() 8181 free_io_failure(failure_tree, io_tree, failrec); in dio_read_error() 8200 struct extent_io_tree *io_tree, *failure_tree; in btrfs_retry_endio_nocsum() local 8208 failure_tree = &BTRFS_I(inode)->io_failure_tree; in btrfs_retry_endio_nocsum() 8214 clean_io_failure(BTRFS_I(inode)->root->fs_info, failure_tree, in btrfs_retry_endio_nocsum() 8286 struct extent_io_tree *io_tree, *failure_tree; in btrfs_retry_endio() local 8303 failure_tree = &BTRFS_I(inode)->io_failure_tree; in btrfs_retry_endio() 8312 failure_tree, io_tree, done->start, in btrfs_retry_endio()
|