Lines Matching refs:daio_mgr
44 struct daio_mgr;
56 struct daio_mgr *mgr;
100 struct daio_mgr { struct
110 int (*get_daio)(struct daio_mgr *mgr, argument
113 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio); argument
114 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio); argument
115 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio); argument
116 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry); argument
117 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry); argument
118 int (*commit_write)(struct daio_mgr *mgr); argument
122 int daio_mgr_create(struct hw *hw, struct daio_mgr **rdaio_mgr);
123 int daio_mgr_destroy(struct daio_mgr *daio_mgr);