Home
last modified time | relevance | path

Searched refs:fsInfo (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_unix.c4123 struct statvfs fsInfo; in setDeviceCharacteristics() local
4133 pFile->sectorSize = fsInfo.f_bsize; in setDeviceCharacteristics()
4142 pFile->sectorSize = fsInfo.f_bsize; in setDeviceCharacteristics()
4152 pFile->sectorSize = fsInfo.f_bsize; in setDeviceCharacteristics()
4161 pFile->sectorSize = fsInfo.f_bsize; in setDeviceCharacteristics()
5541 struct statfs fsInfo; in autolockIoFinderImpl() local
5549 if( statfs(filePath, &fsInfo) != -1 ){ in autolockIoFinderImpl()
5550 if( fsInfo.f_flags & MNT_RDONLY ){ in autolockIoFinderImpl()
6107 struct statfs fsInfo; in unixOpen() local
6291 if( fstatfs(fd, &fsInfo) == -1 ){ in unixOpen()
[all …]