Searched refs:failrec (Results 1 – 2 of 2) sorted by relevance
334 state->failrec = NULL; in alloc_extent_state()2096 struct io_failure_record *failrec) in set_state_failrec() argument2117 state->failrec = failrec; in set_state_failrec()2127 struct io_failure_record *failrec; in get_state_failrec() local2136 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()2367 struct io_failure_record *failrec; in clean_io_failure() local2378 failrec = get_state_failrec(failure_tree, start); in clean_io_failure()[all …]
78 struct io_failure_record *failrec; member241 struct io_failure_record *failrec);