Lines Matching refs:vfstrace_file
130 typedef struct vfstrace_file vfstrace_file; typedef
131 struct vfstrace_file { struct
292 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceClose()
314 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceRead()
333 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceWrite()
347 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceTruncate()
361 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceSync()
385 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceFileSize()
413 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceLock()
427 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceUnlock()
441 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceCheckReservedLock()
456 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceFileControl()
517 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceSectorSize()
530 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceDeviceCharacteristics()
544 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceShmLock()
570 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceShmMap()
580 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceShmBarrier()
586 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceShmUnmap()
609 vfstrace_file *p = (vfstrace_file *)pFile; in vfstraceOpen()
855 pNew->szOsFile = pRoot->szOsFile + sizeof(vfstrace_file); in vfstrace_register()