| 26 | } |
| 27 | |
| 28 | static const struct region_device *rdev_root(const struct region_device *rdev) |
| 29 | { |
| 30 | if (rdev->root == NULL) |
| 31 | return rdev; |
| 32 | return rdev->root; |
| 33 | } |
| 34 | |
| 35 | ssize_t rdev_relative_offset(const struct region_device *p, |
| 36 | const struct region_device *c) |
no outgoing calls
no test coverage detected