Searched defs:rbd_image_header (Results 1 – 1 of 1) sorted by relevance
140 struct rbd_image_header { struct142 char *object_prefix;143 __u8 obj_order;144 __u8 crypt_type;145 __u8 comp_type;146 u64 stripe_unit;147 u64 stripe_count;148 u64 features; /* Might be changeable someday? */151 u64 image_size;152 struct ceph_snap_context *snapc;[all …]