Lines Matching refs:dev_ctx
532 static int ublk_dev_prep(const struct dev_ctx *ctx, struct ublk_dev *dev) in ublk_dev_prep()
884 static int ublk_send_dev_event(const struct dev_ctx *ctx, struct ublk_dev *dev, int dev_id) in ublk_send_dev_event()
910 static int ublk_start_daemon(const struct dev_ctx *ctx, struct ublk_dev *dev) in ublk_start_daemon()
1102 static int __cmd_dev_add(const struct dev_ctx *ctx) in __cmd_dev_add()
1213 static int __cmd_dev_list(struct dev_ctx *ctx);
1215 static int cmd_dev_add(struct dev_ctx *ctx) in cmd_dev_add()
1279 static int __cmd_dev_del(struct dev_ctx *ctx) in __cmd_dev_del()
1307 static int cmd_dev_del(struct dev_ctx *ctx) in cmd_dev_del()
1321 static int __cmd_dev_list(struct dev_ctx *ctx) in __cmd_dev_list()
1348 static int cmd_dev_list(struct dev_ctx *ctx) in cmd_dev_list()
1414 static int cmd_dev_update_size(struct dev_ctx *ctx) in cmd_dev_update_size()
1447 static int cmd_dev_quiesce(struct dev_ctx *ctx) in cmd_dev_quiesce()
1542 struct dev_ctx ctx = { in main()