Searched defs:dm_bufio_client (Results 1 – 1 of 1) sorted by relevance
982 struct dm_bufio_client { struct983 struct block_device *bdev;984 unsigned int block_size;985 s8 sectors_per_block_bits;987 bool no_sleep;988 struct mutex lock;989 spinlock_t spinlock;991 int async_write_error;993 void (*alloc_callback)(struct dm_buffer *buf);994 void (*write_callback)(struct dm_buffer *buf);[all …]