Searched refs:lvm_thread_cmd (Results 1 – 1 of 1) sorted by relevance
86 struct lvm_thread_cmd { struct1786 static int process_work_item(struct lvm_thread_cmd *cmd) in process_work_item()1840 struct lvm_thread_cmd *cmd; in lvm_thread_fn()1843 dm_list_struct_base(cmdl, struct lvm_thread_cmd, list); in lvm_thread_fn()1861 struct lvm_thread_cmd *cmd; in add_to_lvmqueue()1863 cmd = malloc(sizeof(struct lvm_thread_cmd)); in add_to_lvmqueue()