Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/hastd/
Dmetadata.c131 res->hr_keepdirty = (int)nv_get_uint32(nv, "keepdirty"); in metadata_read()
193 nv_add_uint32(nv, (uint32_t)res->hr_keepdirty, "keepdirty"); in metadata_write()
Dhast.h159 int hr_keepdirty; member
Dcontrol.c468 (uint32_t)res->hr_keepdirty, "keepdirty"); in ctrl_thread()
Dprimary.c534 res->hr_local_sectorsize, res->hr_keepdirty) == -1) { in init_local()
/freebsd-12-stable/sbin/hastctl/
Dhastctl.c141 res->hr_keepdirty = keepdirty; in create_one()
215 printf(" keepdirty: %d\n", res->hr_keepdirty); in dump_one()