Searched refs:is_writing (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h172 bool is_writing; member in struct:reference_block
H A Dslab-depot.c1049 container_of(waiter, struct reference_block, waiter)->is_writing = true;
1082 * We can't clear the is_writing flag earlier as releasing the slab journal lock may cause
1085 block->is_writing = false;
1273 if (!block->is_writing)
/linux-master/drivers/md/
H A Ddm-bufio.c2120 static bool is_writing(struct lru_entry *e, void *context) function
2144 while ((e = lru_iter_next(&it, is_writing, c))) {

Completed in 222 milliseconds