Lines Matching refs:dev_ctx
546 static int ublk_dev_prep(const struct dev_ctx *ctx, struct ublk_dev *dev) in ublk_dev_prep()
902 static int ublk_send_dev_event(const struct dev_ctx *ctx, struct ublk_dev *dev, int dev_id) in ublk_send_dev_event()
928 static int ublk_start_daemon(const struct dev_ctx *ctx, struct ublk_dev *dev) in ublk_start_daemon()
1123 static int __cmd_dev_add(const struct dev_ctx *ctx) in __cmd_dev_add()
1234 static int __cmd_dev_list(struct dev_ctx *ctx);
1236 static int cmd_dev_add(struct dev_ctx *ctx) in cmd_dev_add()
1300 static int __cmd_dev_del(struct dev_ctx *ctx) in __cmd_dev_del()
1328 static int cmd_dev_del(struct dev_ctx *ctx) in cmd_dev_del()
1342 static int __cmd_dev_list(struct dev_ctx *ctx) in __cmd_dev_list()
1369 static int cmd_dev_list(struct dev_ctx *ctx) in cmd_dev_list()
1435 static int cmd_dev_update_size(struct dev_ctx *ctx) in cmd_dev_update_size()
1468 static int cmd_dev_quiesce(struct dev_ctx *ctx) in cmd_dev_quiesce()
1564 struct dev_ctx ctx = { in main()