Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dextent_io.c344 state->failrec = NULL; in alloc_extent_state()
2140 struct io_failure_record *failrec) in set_state_failrec() argument
2161 state->failrec = failrec; in set_state_failrec()
2171 struct io_failure_record *failrec; in get_state_failrec() local
2180 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() local
2413 failrec = get_state_failrec(failure_tree, start); in clean_io_failure()
[all …]
Dextent-io-tree.h92 struct io_failure_record *failrec; member
256 struct io_failure_record *failrec);