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