#include "compat.h"
#include <sys/types.h>
#include <unistd.h>
#include <sys/time.h>
Go to the source code of this file.
Functions | |
int | sync_range_submit (int fd, off_t offset, size_t nbytes) |
int | sync_range_wait (int fd, off_t offset, size_t nbytes) |
int | clock_gettime (int clk_id, struct timespec *tp) |
int | fdatasync (int fd) |
Variables | |
const int | have_sync_range = 0 |
int sync_range_submit | ( | int | fd, | |
off_t | offset, | |||
size_t | nbytes | |||
) |
Definition at line 19 of file compat.c.
Referenced by journal_pre_commit(), and jtrans_commit().
int sync_range_wait | ( | int | fd, | |
off_t | offset, | |||
size_t | nbytes | |||
) |
Definition at line 24 of file compat.c.
Referenced by jtrans_commit().
int clock_gettime | ( | int | clk_id, | |
struct timespec * | tp | |||
) |
Definition at line 71 of file compat.c.
Referenced by autosync_thread().
int fdatasync | ( | int | fd | ) |
Definition at line 91 of file compat.c.
Referenced by corrupt_journal_file(), jsync(), jtrans_commit(), and sync_range_wait().
const int have_sync_range = 0 |