Searched refs:FsSize (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c750 OUT unsigned __int64 *FsSize
762 *FsSize = 0;
778 *FsSize = pi.PartitionLength.QuadPart;
796 *FsSize =
1023 static __int64 FsSize = 0; variable
1034 if((0 == FsSize) || (0 != strcmp(knowndevice, file)))
1049 _GetDeviceSize(h, &FsSize);
1058 *retblocks = (blk_t)(unsigned __int64)(FsSize / blocksize);
1162 _GetDeviceSize(NtData->Handle, &FsSize);

Completed in 93 milliseconds