| 73 | extern enum fsync_method fsync_method; |
| 74 | |
| 75 | static inline int batch_fsync_enabled(enum fsync_component component) |
| 76 | { |
| 77 | return (fsync_components & component) && (fsync_method == FSYNC_METHOD_BATCH); |
| 78 | } |
| 79 | |
| 80 | #endif /* WRITE_OR_DIE_H */ |
no outgoing calls
no test coverage detected