Home | History | Annotate | Download | only in tools

Lines Matching refs:TASK

280 	struct dm_task *task;
390 obj.task = dmt;
755 /* run the task */
772 obj.task = NULL;
1013 static int _simple(int task, const char *name, uint32_t event_nr, int display)
1016 int udev_wait_flag = task == DM_DEVICE_RESUME ||
1017 task == DM_DEVICE_REMOVE;
1022 if (!(dmt = dm_task_create(task)))
2313 return ((struct dmsetup_report_obj *)obj)->task;
2354 FIELD_F(TASK, STR, "Name", 16, dm_name, "name", "Name of mapped device.")
2355 FIELD_F(TASK, STR, "UUID", 32, dm_uuid, "uuid", "Unique (optional) identifier for mapped device.")
2358 FIELD_F(TASK, NUM, "RAhead", 6, dm_read_ahead, "read_ahead", "Read ahead in sectors.")