Searched refs:_fsync (Results 1 – 6 of 6) sorted by relevance
44 #define _fsync(a) fsync(a) macro
71 #define fsync _fsync
429 if (_fsync(nfd) == -1) { in __rpc_raise_fd()
327 return (_fsync(mp->fd) ? RET_ERROR : RET_SUCCESS); in mpool_sync()
422 (void)_fsync(hashp->fp); in hdestroy()459 if (hashp->fp != -1 && _fsync(hashp->fp) != 0) in hash_sync()
142 _fsync;