Searched defs:dm_bufio_client (Results 1 – 2 of 2) sorted by relevance
128964 struct dm_bufio_client { struct128965 struct mutex lock;128966 spinlock_t spinlock;128967 bool no_sleep;128968 struct list_head lru[2];128969 long unsigned int n_buffers[2];128970 struct block_device *bdev;128971 unsigned int block_size;128972 s8 sectors_per_block_bits;128973 void (*alloc_callback)(struct dm_buffer *);[all …]