list_mode         140 drivers/md/dm-bufio.c 	unsigned char list_mode;		/* LIST_* */
list_mode         483 drivers/md/dm-bufio.c 	b->list_mode = dirty;
list_mode         498 drivers/md/dm-bufio.c 	BUG_ON(!c->n_buffers[b->list_mode]);
list_mode         500 drivers/md/dm-bufio.c 	c->n_buffers[b->list_mode]--;
list_mode         516 drivers/md/dm-bufio.c 	BUG_ON(!c->n_buffers[b->list_mode]);
list_mode         518 drivers/md/dm-bufio.c 	c->n_buffers[b->list_mode]--;
list_mode         520 drivers/md/dm-bufio.c 	b->list_mode = dirty;
list_mode        1391 drivers/md/dm-bufio.c 		__link_buffer(b, new_block, b->list_mode);
list_mode        1396 drivers/md/dm-bufio.c 		__link_buffer(b, old_block, b->list_mode);