Searched defs:dm_bufio_client (Results 1 – 1 of 1) sorted by relevance
942 struct dm_bufio_client { struct943 struct block_device *bdev;944 unsigned int block_size;945 s8 sectors_per_block_bits;947 bool no_sleep;948 struct mutex lock;949 spinlock_t spinlock;951 int async_write_error;953 void (*alloc_callback)(struct dm_buffer *buf);954 void (*write_callback)(struct dm_buffer *buf);[all …]