Lines Matching refs:spp

59 	mdsetname_t	**spp,  in sp_attach()  argument
80 usage(*spp, 1); in sp_attach()
85 usage(*spp, 1); in sp_attach()
94 usage(*spp, 1); in sp_attach()
96 if (meta_sp_attach(*spp, spnp, argv[0], options, alignment, ep) != 0) { in sp_attach()
101 if (meta_update_md_cf(*spp, ep) != 0) in sp_attach()
111 mdsetname_t **spp, in stripe_attach() argument
152 usage(*spp, 1); in stripe_attach()
162 usage(*spp, 1); in stripe_attach()
165 if (metanamelist(spp, &compnlp, argc, argv, in stripe_attach()
173 if (meta_sp_issp(*spp, compnp, ep) != 0) { in stripe_attach()
181 if ((currootnp = meta_get_current_root_dev(*spp, ep)) != NULL) { in stripe_attach()
187 if ((stripep = meta_get_stripe(*spp, stripenp, ep)) == NULL) in stripe_attach()
199 md_exit(*spp, 1); in stripe_attach()
205 if (meta_stripe_attach(*spp, stripenp, compnlp, interlace, options, in stripe_attach()
211 if (meta_update_md_cf(*spp, ep) != 0) in stripe_attach()
223 mdsetname_t **spp, in raid_attach() argument
248 usage(*spp, 1); in raid_attach()
256 usage(*spp, 1); in raid_attach()
259 if (metanamelist(spp, &compnlp, argc, argv, in raid_attach()
267 if (meta_sp_issp(*spp, compnp, ep) != 0) { in raid_attach()
275 if (meta_raid_attach(*spp, raidnp, compnlp, options, ep) != 0) in raid_attach()
279 if (meta_update_md_cf(*spp, ep) != 0) in raid_attach()
291 mdsetname_t **spp, in mirror_attach() argument
312 usage(*spp, 1); in mirror_attach()
322 if (((submirnp = metaname(spp, argv[0], META_DEVICE, in mirror_attach()
330 usage(*spp, 1); in mirror_attach()
334 if (meta_mirror_attach(*spp, mirnp, submirnp, options, ep) != 0) in mirror_attach()
338 if (meta_update_md_cf(*spp, ep) != 0) in mirror_attach()