OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_sectors
(Results
1 - 6
of
6
) sorted by null
/external/blktrace/btt/
seek.c
41
double
total_sectors
;
member in struct:seeki
216
sip->
total_sectors
= 0.0;
266
sip->
total_sectors
+= dist;
280
return sip->
total_sectors
/ sip->tot_seeks;
/external/f2fs-tools/lib/
libf2fs.c
350
c->
total_sectors
= 0;
426
uint32_t
total_sectors
;
local
430
u_int64_t wanted_total_sectors = c->
total_sectors
;
445
c->
total_sectors
= stat_buf.st_size / c->sector_size;
461
if (ioctl(fd, BLKGETSIZE64, &c->
total_sectors
) < 0) {
465
c->
total_sectors
/= c->sector_size;
467
if (ioctl(fd, BLKGETSIZE, &
total_sectors
) < 0) {
471
total_sectors
/= c->sector_size;
472
c->
total_sectors
=
total_sectors
;
[
all
...]
/external/qemu/include/block/
block_int.h
140
int64_t
total_sectors
; /* if we are reading a disk image, give its
member in struct:BlockDriverState
182
/* Whether the disk can expand beyond
total_sectors
*/
/external/qemu/
block.c
385
* Set the current '
total_sectors
' value
404
bs->
total_sectors
= hint;
419
bs->
total_sectors
= 0;
473
ret = refresh_total_sectors(bs, bs->
total_sectors
);
750
int64_t sector,
total_sectors
;
local
795
total_sectors
= bdrv_getlength(bs) >> BDRV_SECTOR_BITS;
798
for (sector = 0; sector <
total_sectors
; sector += n) {
1135
/* Fixed size devices use the
total_sectors
value for speed instead of
1138
total_sectors
. */
1140
return bs->
total_sectors
* BDRV_SECTOR_SIZE
[
all
...]
/external/f2fs-tools/include/
f2fs_fs.h
232
u_int64_t
total_sectors
;
member in struct:f2fs_configuration
/external/qemu-pc-bios/bochs/bios/
rombios.c
6309
Bit16u max_cylinder, cylinder,
total_sectors
;
local
[
all
...]
Completed in 4916 milliseconds