Searched refs:is_clean (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Ddm-dirty-log.h58 int (*is_clean)(struct dm_dirty_log *log, region_t region); member in struct:dm_dirty_log_type
/linux-master/drivers/md/
H A Ddm-log-userspace-base.c410 int64_t is_clean; local
414 rdata_size = sizeof(is_clean);
417 (char *)&is_clean, &rdata_size);
419 return (r) ? 0 : (int)is_clean;
875 .is_clean = userspace_is_clean,
H A Ddm-log.c854 .is_clean = core_is_clean,
873 .is_clean = core_is_clean,
H A Ddm-bufio.c1500 static enum evict_result is_clean(struct dm_buffer *b, void *context) function
1538 b = cache_evict(&c->cache, LIST_CLEAN, is_clean, c);
2411 l == LIST_CLEAN ? is_clean : is_dirty, c);
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h338 bool is_clean; member in struct:slab_status
H A Dslab-depot.c356 * @is_clean: Whether the slab is clean.
361 bool load_ref_counts, bool is_clean,
387 .is_dirty = !is_clean,
3283 * This is a min_heap callback function orders slab_status structures using the 'is_clean' field as
3296 if (info1->is_clean != info2->is_clean)
3297 return info1->is_clean;
3500 .is_clean = !allocator->summary_entries[slab_number].is_dirty,
3542 current_slab_status.is_clean)) {
3549 high_priority = ((current_slab_status.is_clean
359 update_slab_summary_entry(struct vdo_slab *slab, struct vdo_waiter *waiter, tail_block_offset_t tail_block_offset, bool load_ref_counts, bool is_clean, block_count_t free_blocks) argument
[all...]

Completed in 155 milliseconds