Searched refs:DIRTY (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | controlfb.c | 93 #define DIRTY(z) ((x)->z != (y)->z) macro 101 results &= !DIRTY(regvals.clock_params[i]); in PAR_EQUAL() 105 results &= !DIRTY(regvals.regs[i]); in PAR_EQUAL() 108 return (!DIRTY(cmode) && !DIRTY(xres) && !DIRTY(yres) in PAR_EQUAL() 109 && !DIRTY(vxres) && !DIRTY(vyres)); in PAR_EQUAL()
|
/linux/include/uapi/linux/ |
H A D | nilfs2_api.h | 87 NILFS_SUINFO_FNS(DIRTY, dirty) in NILFS_SUINFO_FNS()
|
H A D | nilfs2_ondisk.h | 616 NILFS_SEGMENT_USAGE_FNS(DIRTY, dirty) in NILFS_SEGMENT_USAGE_FNS()
|
/linux/Documentation/admin-guide/mm/ |
H A D | pagemap.rst | 59 4. DIRTY 143 4 - DIRTY
|
/linux/drivers/mtd/ |
H A D | mtdswap.c | 834 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY)))) in mtdswap_choose_gc_tree() 852 TREE_EMPTY(d, DIRTY) && TREE_EMPTY(d, FAILING)) in mtdswap_pick_gc_eblk()
|
/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 76 PRINT_ONE_FLAG(state, dest, cur, DIRTY); in extent_flag_to_str()
|
/linux/fs/ext4/ |
H A D | ext4.h | 632 CHECK_FLAG_VALUE(DIRTY); in ext4_check_flag_values()
|
/linux/Documentation/filesystems/ |
H A D | vfs.rst | 893 DIRTY and will pass them to ->writepage.
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 8690 to read the dirty GFNs. If the flags has the DIRTY bit set (at this stage 8696 flags of a GFN have the DIRTY bit cleared, meaning that it has harvested 8728 reading the state of an entry and mutating it from DIRTY to HARVESTED.
|