Searched refs:is_data_sync (Results 1 - 1 of 1) sorted by relevance

/system/core/sdcard/
H A Dsdcard.c925 int is_data_sync = req->fsync_flags & 1; local
929 TRACE("[%d] FSYNC %p(%d) is_data_sync=%d\n", handler->token,
930 h, h->fd, is_data_sync);
931 res = is_data_sync ? fdatasync(h->fd) : fsync(h->fd);

Completed in 4 milliseconds