Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid/
H A Dmd_promise.c125 uint32_t total_sectors_high; member
229 printf("total_sectors_high 0x%08x\n", meta->total_sectors_high); in g_raid_md_promise_print()
407 if (meta->total_sectors_high == 0x15161718) { in promise_meta_read()
408 meta->total_sectors_high = 0; in promise_meta_read()
931 if (meta->total_sectors_high < 256) /* If value looks sane. */ in g_raid_md_promise_start()
933 ((off_t)meta->total_sectors_high << 32) * 512; //ZZZ in g_raid_md_promise_start()
1771 meta->total_sectors_high = (vol->v_mediasize / 512) >> 32; in g_raid_md_write_promise()