Home
last modified time | relevance | path

Searched refs:DIRTY (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/video/fbdev/
H A Dcontrolfb.c93 #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 Dnilfs2_api.h87 NILFS_SUINFO_FNS(DIRTY, dirty) in NILFS_SUINFO_FNS()
H A Dnilfs2_ondisk.h616 NILFS_SEGMENT_USAGE_FNS(DIRTY, dirty) in NILFS_SEGMENT_USAGE_FNS()
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst59 4. DIRTY
143 4 - DIRTY
/linux/drivers/mtd/
H A Dmtdswap.c834 (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 Dextent-io-tests.c76 PRINT_ONE_FLAG(state, dest, cur, DIRTY); in extent_flag_to_str()
/linux/fs/ext4/
H A Dext4.h632 CHECK_FLAG_VALUE(DIRTY); in ext4_check_flag_values()
/linux/Documentation/filesystems/
H A Dvfs.rst893 DIRTY and will pass them to ->writepage.
/linux/Documentation/virt/kvm/
H A Dapi.rst8690 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.