Searched defs:crush_bucket (Results 1 – 1 of 1) sorted by relevance
131 struct crush_bucket { struct132 __s32 id; /* this'll be negative */133 __u16 type; /* non-zero; type=0 is reserved for devices */134 __u8 alg; /* one of CRUSH_BUCKET_* */135 __u8 hash; /* which hash function to use, CRUSH_HASH_* */136 __u32 weight; /* 16-bit fixed point */137 __u32 size; /* num items */138 __s32 *items;