Searched refs:failrec (Results 1 – 2 of 2) sorted by relevance
334 state->failrec = NULL; in alloc_extent_state()2098 struct io_failure_record *failrec) in set_state_failrec() argument2119 state->failrec = failrec; in set_state_failrec()2129 struct io_failure_record *failrec; in get_state_failrec() local2138 failrec = ERR_PTR(-ENOENT); in get_state_failrec()2143 failrec = ERR_PTR(-ENOENT); in get_state_failrec()2147 failrec = state->failrec; in get_state_failrec()2150 return failrec; in get_state_failrec()2369 struct io_failure_record *failrec; in clean_io_failure() local2380 failrec = get_state_failrec(failure_tree, start); in clean_io_failure()[all …]
78 struct io_failure_record *failrec; member241 struct io_failure_record *failrec);