Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/hdrs/
H A Dmeta_set_prv.h89 extern int snarf_set(mdsetname_t *sp, bool_t stale_bool,
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1325 int stale_bool = FALSE; in meta_db_attach() local
1362 stale_bool = TRUE; in meta_db_attach()
1540 if (stale_bool == TRUE) in meta_db_attach()
1801 int stale_bool = FALSE; in meta_db_detach() local
1828 stale_bool = TRUE; in meta_db_detach()
2005 if (stale_bool == TRUE) in meta_db_detach()
H A Dmeta_set_prv.c852 snarf_set(mdsetname_t *sp, bool_t stale_bool, md_error_t *ep) in snarf_set() argument
865 if (stale_bool == TRUE) { in snarf_set()
H A Dmeta_set_drv.c1224 bool_t stale_bool = FALSE; in meta_set_deletedrives() local
1471 stale_bool = TRUE; in meta_set_deletedrives()
2068 if (stale_bool == TRUE) in meta_set_deletedrives()
H A Dmeta_set.c2303 int stale_bool = FALSE; in meta_set_join() local
2469 &stale_bool, ep) == -1) { in meta_set_join()
2590 if (snarf_set(sp, stale_bool, ep) != 0) { in meta_set_join()
2932 bool_t stale_bool = FALSE; in meta_set_withdraw() local
3080 stale_bool = TRUE; in meta_set_withdraw()
3211 if (snarf_set(sp, stale_bool, &xep) != 0) { in meta_set_withdraw()
/titanic_41/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_svc_subr.c3057 bool_t stale_bool; in joinset() local
3098 stale_bool = TRUE; in joinset()
3100 stale_bool = FALSE; in joinset()
3110 if (snarf_set(local_sp, stale_bool, ep) != 0) { in joinset()
/titanic_41/usr/src/head/
H A Dmeta.h1995 extern int snarf_set(mdsetname_t *sp, bool_t stale_bool,