| 270 | } |
| 271 | |
| 272 | static const struct dt_dir * |
| 273 | next_linear(const struct dt_dir *f) |
| 274 | { |
| 275 | if (f->linear.next == &linear) |
| 276 | return NULL; |
| 277 | return list_entry(f->linear.next, struct dt_dir, linear); |
| 278 | } |
| 279 | |
| 280 | static int |
| 281 | check_compatible(const struct dt_file *f, const char *compatible) |
no outgoing calls
no test coverage detected