Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/xen/blkfront/
H A Dblkfront.c1003 unsigned long phys_sector_size) in xbd_instance_create() argument
1031 sc->xbd_disk->d_stripesize = phys_sector_size; in xbd_instance_create()
1238 unsigned long sector_size, phys_sector_size; in xbd_connect() local
1298 "physical-sector-size", "%lu", &phys_sector_size, in xbd_connect()
1300 if (err || phys_sector_size <= sector_size) in xbd_connect()
1301 phys_sector_size = 0; in xbd_connect()
1411 sector_size, phys_sector_size); in xbd_connect()
H A Dblock.h204 unsigned long phys_sector_size);