Searched refs:is_data_sync (Results 1 – 1 of 1) sorted by relevance
1321 bool is_data_sync = req->fsync_flags & 1; in handle_fsync() local1334 id_to_ptr(req->fh), fd, is_data_sync); in handle_fsync()1335 int res = is_data_sync ? fdatasync(fd) : fsync(fd); in handle_fsync()