Home
last modified time | relevance | path

Searched refs:raid0 (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlovsub_object.c86 LASSERT(lov->u.raid0.lo_sub[los->lso_index] == los); in lovsub_object_free()
87 spin_lock(&lov->u.raid0.lo_sub_lock); in lovsub_object_free()
88 lov->u.raid0.lo_sub[los->lso_index] = NULL; in lovsub_object_free()
89 spin_unlock(&lov->u.raid0.lo_sub_lock); in lovsub_object_free()
Dlov_cl_internal.h270 } raid0; member
834 return &lov->u.raid0; in lov_r0()
Dlov_object.c208 struct lov_layout_raid0 *r0 = &state->raid0; in lov_init_raid0()
300 r0 = &lov->u.raid0; in lov_subobject_kill()
341 struct lov_layout_raid0 *r0 = &state->raid0; in lov_delete_raid0()
375 struct lov_layout_raid0 *r0 = &state->raid0; in lov_fini_raid0()
/linux-4.1.27/drivers/md/
DMakefile27 obj-$(CONFIG_MD_RAID0) += raid0.o
DKconfig66 use the so-called raid0 mode, i.e. it will combine the hard disk
77 will be called raid0.
/linux-4.1.27/Documentation/
Dmd.txt157 a text file indicating the 'raid level'. e.g. raid0, raid1,
215 For arrays with data redundancy (i.e. not raid0, linear, faulty,