Go to the documentation of this file.
15 #include <linux/list.h>
22 #define DM_SUSPEND_LOCKFS_FLAG (1 << 0)
23 #define DM_SUSPEND_NOFLUSH_FLAG (1 << 1)
28 #define DM_STATUS_NOFLUSH_FLAG (1 << 0)
33 #define DM_TYPE_NONE 0
34 #define DM_TYPE_BIO_BASED 1
35 #define DM_TYPE_REQUEST_BASED 2
59 struct queue_limits *limits);
61 struct queue_limits *limits);
89 #define dm_target_is_valid(t) ((t)->table)
94 #define dm_target_request_based(t) ((t)->type->map_rq != NULL)
104 void *
param),
void *param);