Searched defs:rbd_img_request (Results 1 – 1 of 1) sorted by relevance
330 struct rbd_img_request { struct331 struct rbd_device *rbd_dev;332 enum obj_operation_type op_type;334 unsigned long flags;335 enum rbd_img_state state;336 union {342 struct list_head lock_item;345 struct mutex state_mutex;346 struct pending_result pending;347 struct work_struct work;[all …]