Searched refs:fsInfo (Results 1 – 1 of 1) sorted by relevance
4123 struct statvfs fsInfo; in setDeviceCharacteristics() local4133 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() local5549 if( statfs(filePath, &fsInfo) != -1 ){ in autolockIoFinderImpl()5550 if( fsInfo.f_flags & MNT_RDONLY ){ in autolockIoFinderImpl()6107 struct statfs fsInfo; in unixOpen() local6291 if( fstatfs(fd, &fsInfo) == -1 ){ in unixOpen()[all …]