Searched refs:meta_get_raid (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_raid.c | 244 meta_get_raid( in meta_get_raid() function 274 if ((raidp = meta_get_raid(sp, raidnp, ep)) == NULL) in in_raid() 1282 if ((raidp = meta_get_raid(sp, raidnp, ep)) == NULL) in invalidate_columns() 1458 if ((raidp = meta_get_raid(sp, raidnp, ep)) == NULL) in meta_raid_get_params() 1605 if (meta_get_raid(sp, raidnp, ep) == NULL) in meta_raid_replace() 1758 if (meta_get_raid(sp, raidnp, ep) == NULL) in meta_raid_enable() 2669 if ((raidp = meta_get_raid(sp, raidnp, ep)) == NULL) in meta_raid_reset() 2730 if ((raidp = meta_get_raid(sp, nlp->namep, ep)) == NULL) { in meta_raid_anycomp_is_err()
|
H A D | mapfile-vers | 424 meta_get_raid;
|
H A D | meta_nameinfo.c | 1220 return ((md_common_t *)meta_get_raid(sp, np, ep)); in meta_get_unit()
|
H A D | meta_sp.c | 718 rp = meta_get_raid(sp, compnp, ep); in meta_sp_get_default_alignment()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | svm_rcm.c | 1657 raid = meta_get_raid(sp, mdn, &error); in cache_all_devices_in_set() 2664 raidp = meta_get_raid(sp, np, ep); in check_raid5()
|
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_svm_util.c | 1680 raid = meta_get_raid(sp, mdn, &error); in diskset_info()
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 1382 extern md_raid_t *meta_get_raid(mdsetname_t *sp, mdname_t *raidnp,
|