Searched refs:writecache_entry_is_committed (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/md/ | 
| D | dm-writecache.c | 789 static bool writecache_entry_is_committed(struct dm_writecache *wc, struct wc_entry *e)  in writecache_entry_is_committed()  function806 	if (writecache_entry_is_committed(wc, e)) {  in writecache_flush()
 819 		if (writecache_entry_is_committed(wc, e2))  in writecache_flush()
 901 			if (!writecache_entry_is_committed(wc, e))  in writecache_discard()
 1067 		if (!writecache_entry_is_committed(wc, e)) {  in writecache_resume()
 1369 			if (!writecache_entry_is_committed(wc, e))  in writecache_map_read()
 1413 			if (writecache_entry_is_committed(wc, f))  in writecache_bio_copy_ssd()
 1450 			if (!writecache_entry_is_committed(wc, e)) {  in writecache_map_write()
 2017 		if (unlikely(!writecache_entry_is_committed(wc, e)))  in writecache_writeback()
 2054 			if (unlikely(!writecache_entry_is_committed(wc, g)))  in writecache_writeback()
 
 |