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

/freebsd-9.3-release/sbin/hastctl/
H A Dhastctl.c113 if (!powerof2(res->hr_local_sectorsize)) {
115 res->hr_localpath, res->hr_local_sectorsize);
121 if (extentsize < res->hr_local_sectorsize) {
123 (intmax_t)extentsize, res->hr_local_sectorsize);
127 if ((extentsize % res->hr_local_sectorsize) != 0) {
129 (intmax_t)extentsize, res->hr_local_sectorsize);
134 extentsize, res->hr_local_sectorsize);
/freebsd-9.3-release/sbin/hastd/
H A Dhast.h178 unsigned int hr_local_sectorsize; member in struct:hast_resource
H A Dsubr.c111 &res->hr_local_sectorsize) == -1) {
123 res->hr_local_sectorsize = 512;
H A Dsecondary.c240 METADATA_SIZE, res->hr_extentsize, res->hr_local_sectorsize);
381 res->hr_local_sectorsize);
604 if ((hio->hio_offset % res->hr_local_sectorsize) != 0) {
610 if ((hio->hio_length % res->hr_local_sectorsize) != 0) {
770 res->hr_local_sectorsize);
H A Dprimary.c345 PJDLOG_ASSERT((size % res->hr_local_sectorsize) == 0);
533 res->hr_local_sectorsize, res->hr_keepdirty) == -1) {
926 ggiocreate.gctl_sectorsize = res->hr_local_sectorsize;

Completed in 106 milliseconds