Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c725 struct cyg_fs_block_usage FsUsage; in MApi_FS_Info() local
727 …icode)? cyg_fs_wgetinfo((const utf16*)path, FS_INFO_BLOCK_USAGE, (void*)&FsUsage, sizeof(FsUsage)): in MApi_FS_Info()
728 … cyg_fs_getinfo((const char*)path, FS_INFO_BLOCK_USAGE, (void*)&FsUsage, sizeof(FsUsage)))); in MApi_FS_Info()
731 pFsInfo->u32ClusTotal = FsUsage.total_blocks; in MApi_FS_Info()
732 pFsInfo->u32ClusFree = FsUsage.free_blocks; in MApi_FS_Info()
733 pFsInfo->u32ClusSize = FsUsage.block_size; in MApi_FS_Info()