Home
last modified time | relevance | path

Searched refs:fault_attr (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dfault-inject.h21 struct fault_attr { struct
53 #define DECLARE_FAULT_ATTR(name) struct fault_attr name = FAULT_ATTR_INITIALIZER argument
54 int setup_fault_attr(struct fault_attr *attr, char *str);
55 bool should_fail_ex(struct fault_attr *attr, ssize_t size, int flags);
56 bool should_fail(struct fault_attr *attr, ssize_t size);
60 struct fault_attr { struct
63 #define DECLARE_FAULT_ATTR(name) struct fault_attr name = {}
65 static inline int setup_fault_attr(struct fault_attr *attr, char *str) in setup_fault_attr()
69 static inline bool should_fail_ex(struct fault_attr *attr, ssize_t size, int flags) in should_fail_ex()
73 static inline bool should_fail(struct fault_attr *attr, ssize_t size) in should_fail()
[all …]
/include/ufs/
Dufshcd.h1141 struct fault_attr trigger_eh_attr;
1142 struct fault_attr timeout_attr;
/include/linux/mmc/
Dhost.h489 struct fault_attr fail_mmc_request;