Home
last modified time | relevance | path

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

/src/sbin/hastd/
H A Dmetadata.h44 int metadata_read(struct hast_resource *res, bool openrw);
H A Dmetadata.c46 metadata_read(struct hast_resource *res, bool openrw) in metadata_read() function
H A Dsecondary.c212 if (metadata_read(res, true) == -1) in init_local()
H A Dprimary.c527 if (metadata_read(res, true) == -1) in init_local()
/src/sbin/hastctl/
H A Dhastctl.c202 ret = metadata_read(res, false); in dump_one()