Lines Matching refs:vfslog_time
224 static sqlite3_uint64 vfslog_time(){ in vfslog_time() function
231 static sqlite3_uint64 vfslog_time(){ in vfslog_time() function
245 static sqlite3_uint64 vfslog_time(){ in vfslog_time() function
261 t = vfslog_time(); in vfslogClose()
265 t = vfslog_time() - t; in vfslogClose()
282 t = vfslog_time(); in vfslogRead()
284 t = vfslog_time() - t; in vfslogRead()
301 t = vfslog_time(); in vfslogWrite()
303 t = vfslog_time() - t; in vfslogWrite()
315 t = vfslog_time(); in vfslogTruncate()
317 t = vfslog_time() - t; in vfslogTruncate()
329 t = vfslog_time(); in vfslogSync()
331 t = vfslog_time() - t; in vfslogSync()
343 t = vfslog_time(); in vfslogFileSize()
345 t = vfslog_time() - t; in vfslogFileSize()
357 t = vfslog_time(); in vfslogLock()
359 t = vfslog_time() - t; in vfslogLock()
371 t = vfslog_time(); in vfslogUnlock()
373 t = vfslog_time() - t; in vfslogUnlock()
385 t = vfslog_time(); in vfslogCheckReservedLock()
387 t = vfslog_time() - t; in vfslogCheckReservedLock()
411 t = vfslog_time(); in vfslogSectorSize()
413 t = vfslog_time() - t; in vfslogSectorSize()
425 t = vfslog_time(); in vfslogDeviceCharacteristics()
427 t = vfslog_time() - t; in vfslogDeviceCharacteristics()
436 t = vfslog_time(); in vfslogShmLock()
438 t = vfslog_time() - t; in vfslogShmLock()
452 t = vfslog_time(); in vfslogShmMap()
454 t = vfslog_time() - t; in vfslogShmMap()
461 t = vfslog_time(); in vfslogShmBarrier()
463 t = vfslog_time() - t; in vfslogShmBarrier()
470 t = vfslog_time(); in vfslogShmUnmap()
472 t = vfslog_time() - t; in vfslogShmUnmap()
498 t = vfslog_time(); in vfslogOpen()
500 t = vfslog_time() - t; in vfslogOpen()
515 t = vfslog_time(); in vfslogDelete()
517 t = vfslog_time() - t; in vfslogDelete()
535 t = vfslog_time(); in vfslogAccess()
537 t = vfslog_time() - t; in vfslogAccess()