Lines Matching defs:daio_mgr
40 struct daio_mgr;
52 struct daio_mgr *mgr;
96 struct daio_mgr {
106 int (*get_daio)(struct daio_mgr *mgr,
109 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio);
110 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio);
111 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio);
112 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry);
113 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry);
114 int (*commit_write)(struct daio_mgr *mgr);
118 int daio_mgr_create(struct hw *hw, struct daio_mgr **rdaio_mgr);
119 int daio_mgr_destroy(struct daio_mgr *daio_mgr);