Searched refs:failure_tree (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/btrfs/ |
| D | extent_io.c | 2141 int free_io_failure(struct extent_io_tree *failure_tree, in free_io_failure() argument 2148 set_state_failrec(failure_tree, rec->start, NULL); in free_io_failure() 2149 ret = clear_extent_bits(failure_tree, rec->start, in free_io_failure() 2284 struct extent_io_tree *failure_tree, in clean_io_failure() argument 2295 ret = count_range_bits(failure_tree, &private, (u64)-1, 1, in clean_io_failure() 2300 ret = get_state_failrec(failure_tree, start, &failrec); in clean_io_failure() 2334 free_io_failure(failure_tree, io_tree, failrec); in clean_io_failure() 2347 struct extent_io_tree *failure_tree = &inode->io_failure_tree; in btrfs_free_io_failure_record() local 2351 if (RB_EMPTY_ROOT(&failure_tree->state)) in btrfs_free_io_failure_record() 2354 spin_lock(&failure_tree->lock); in btrfs_free_io_failure_record() [all …]
|
| D | extent_io.h | 512 struct extent_io_tree *failure_tree, 548 int free_io_failure(struct extent_io_tree *failure_tree,
|
| D | inode.c | 7909 struct extent_io_tree *failure_tree = &BTRFS_I(inode)->io_failure_tree; in dio_read_error() local 7927 free_io_failure(failure_tree, io_tree, failrec); in dio_read_error() 7949 free_io_failure(failure_tree, io_tree, failrec); in dio_read_error() 7968 struct extent_io_tree *io_tree, *failure_tree; in btrfs_retry_endio_nocsum() local 7976 failure_tree = &BTRFS_I(inode)->io_failure_tree; in btrfs_retry_endio_nocsum() 7982 clean_io_failure(BTRFS_I(inode)->root->fs_info, failure_tree, in btrfs_retry_endio_nocsum() 8054 struct extent_io_tree *io_tree, *failure_tree; in btrfs_retry_endio() local 8071 failure_tree = &BTRFS_I(inode)->io_failure_tree; in btrfs_retry_endio() 8080 failure_tree, io_tree, done->start, in btrfs_retry_endio()
|