Searched refs:failrec (Results 1 – 2 of 2) sorted by relevance
344 state->failrec = NULL; in alloc_extent_state()2140 struct io_failure_record *failrec) in set_state_failrec() argument2161 state->failrec = failrec; in set_state_failrec()2171 struct io_failure_record *failrec; in get_state_failrec() local2180 failrec = ERR_PTR(-ENOENT); in get_state_failrec()2185 failrec = ERR_PTR(-ENOENT); in get_state_failrec()2189 failrec = state->failrec; in get_state_failrec()2192 return failrec; in get_state_failrec()2402 struct io_failure_record *failrec; in clean_io_failure() local2413 failrec = get_state_failrec(failure_tree, start); in clean_io_failure()[all …]
92 struct io_failure_record *failrec; member256 struct io_failure_record *failrec);