Home
last modified time | relevance | path

Searched defs:lmv_user_md_v1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h391 struct lmv_user_md_v1 { struct
392 __u32 lum_magic; /* must be the first field */
393 __u32 lum_stripe_count; /* dirstripe count */
394 __u32 lum_stripe_offset; /* MDT idx for default dirstripe */
395 __u32 lum_hash_type; /* Dir stripe policy */
396 __u32 lum_type; /* LMV type: default or normal */
397 __u32 lum_padding1;
398 __u32 lum_padding2;
399 __u32 lum_padding3;
400 char lum_pool_name[LOV_MAXPOOLNAME];
[all …]