Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dextent_io.c334 state->failrec = NULL; in alloc_extent_state()
2098 struct io_failure_record *failrec) in set_state_failrec() argument
2119 state->failrec = failrec; in set_state_failrec()
2129 struct io_failure_record *failrec; in get_state_failrec() local
2138 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() local
2380 failrec = get_state_failrec(failure_tree, start); in clean_io_failure()
[all …]
Dextent-io-tree.h78 struct io_failure_record *failrec; member
241 struct io_failure_record *failrec);