Lines Matching refs:spp
41 mdsetname_t **spp, in clear_name() argument
49 if (is_existing_hsp(*spp, uname)) { in clear_name()
53 if ((hspnp = metahspname(spp, uname, ep)) == NULL) in clear_name()
55 assert(*spp != NULL); in clear_name()
58 if (meta_lock(*spp, TRUE, ep)) in clear_name()
62 if (meta_check_ownership(*spp, ep) != 0) in clear_name()
66 return (meta_hsp_reset(*spp, hspnp, options, ep)); in clear_name()
74 if (meta_check_ownership(*spp, ep) != 0) in clear_name()
78 if (((np = metaname(spp, uname, META_DEVICE, ep)) == NULL) || in clear_name()
82 assert(*spp != NULL); in clear_name()
85 if (meta_lock(*spp, TRUE, ep)) in clear_name()
89 return (meta_reset_by_name(*spp, np, options, ep)); in clear_name()