Searched defs:lov_user_md_v1 (Results 1 – 1 of 1) sorted by relevance
320 struct lov_user_md_v1 { /* LOV EA user data (host-endian) */ struct321 __u32 lmm_magic; /* magic number = LOV_USER_MAGIC_V1 */322 __u32 lmm_pattern; /* LOV_PATTERN_RAID0, LOV_PATTERN_RAID1 */323 struct ost_id lmm_oi; /* LOV object ID */324 __u32 lmm_stripe_size; /* size of stripe in bytes */325 __u16 lmm_stripe_count; /* num stripes in use for this object */326 union {332 struct lov_user_ost_data_v1 lmm_objects[0]; /* per-stripe data */