* Close the object database source without releasing he underlying data. The * source can still be used going forward, but it first needs to be reopened. * This can be useful to reduce resource usage. */
| 300 | * This can be useful to reduce resource usage. |
| 301 | */ |
| 302 | static inline void odb_source_close(struct odb_source *source) |
| 303 | { |
| 304 | source->close(source); |
| 305 | } |
| 306 | |
| 307 | /* |
| 308 | * Reprepare the object database source and clear any caches. Depending on the |
no outgoing calls
no test coverage detected