Searched refs:stale_bool (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/hdrs/ |
H A D | meta_set_prv.h | 89 extern int snarf_set(mdsetname_t *sp, bool_t stale_bool,
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_db.c | 1325 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 D | meta_set_prv.c | 852 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 D | meta_set_drv.c | 1224 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 D | meta_set.c | 2303 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 D | metad_svc_subr.c | 3057 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 D | meta.h | 1995 extern int snarf_set(mdsetname_t *sp, bool_t stale_bool,
|