Lines Matching defs:list_mode
61 * dm_buffer->list_mode
143 unsigned char list_mode; /* LIST_* */
509 b->list_mode = dirty;
524 BUG_ON(!c->n_buffers[b->list_mode]);
526 c->n_buffers[b->list_mode]--;
542 BUG_ON(!c->n_buffers[b->list_mode]);
544 c->n_buffers[b->list_mode]--;
546 b->list_mode = dirty;
1450 __link_buffer(b, new_block, b->list_mode);
1455 __link_buffer(b, old_block, b->list_mode);