Home
last modified time | relevance | path

Searched refs:failrec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c334 state->failrec = NULL; in alloc_extent_state()
2096 struct io_failure_record *failrec) in set_state_failrec()
2117 state->failrec = failrec; in set_state_failrec()
2127 struct io_failure_record *failrec; in get_state_failrec() local
2136 failrec = ERR_PTR(-ENOENT); in get_state_failrec()
2141 failrec = ERR_PTR(-ENOENT); in get_state_failrec()
2145 failrec = state->failrec; in get_state_failrec()
2148 return failrec; in get_state_failrec()
2095 set_state_failrec(struct extent_io_tree *tree, u64 start, struct io_failure_record *failrec) set_state_failrec() argument
2367 struct io_failure_record *failrec; clean_io_failure() local
2426 struct io_failure_record *failrec; btrfs_free_io_failure_record() local
2455 struct io_failure_record *failrec; btrfs_get_io_failure_record() local
2536 btrfs_check_repairable(struct inode *inode, bool needs_validation, struct io_failure_record *failrec, int failed_mirror) btrfs_check_repairable() argument
2648 struct io_failure_record *failrec; btrfs_submit_read_repair() local
[all...]
H A Dextent-io-tree.h78 struct io_failure_record *failrec; member
241 struct io_failure_record *failrec);

Completed in 6 milliseconds