Searched refs:vdo_flush (Results 1 – 2 of 2) sorted by relevance
79 * completion_as_vdo_flush() - Convert a generic vdo_completion to a vdo_flush.82 * Return: The completion as a vdo_flush.84 static inline struct vdo_flush *completion_as_vdo_flush(struct vdo_completion *completion) in completion_as_vdo_flush() 87 return container_of(completion, struct vdo_flush, completion); in completion_as_vdo_flush() 91 * vdo_waiter_as_flush() - Convert a vdo_flush's generic wait queue entry back to the vdo_flush.94 * Return: The wait queue entry as a vdo_flush.96 static struct vdo_flush *vdo_waiter_as_flush(struct vdo_waiter *waiter) in vdo_waiter_as_flush() 98 return container_of(waiter, struct vdo_flush, waiter); in vdo_waiter_as_flush() 103 struct vdo_flush *flus in allocate_flush() [all...]
15 struct vdo_flush { struct