Searched refs:DIRTY (Results 1 - 35 of 35) sorted by relevance

/linux-4.4.14/arch/powerpc/mm/
H A Dhugetlbpage-hash64.c42 * because we are doing software DIRTY bit management and the __hash_page_huge()
43 * page is currently not DIRTY. __hash_page_huge()
55 /* Try to lock the PTE, add ACCESSED and DIRTY if it was __hash_page_huge()
H A Dhugepage-hash64.c49 * Try to lock the PTE, add ACCESSED and DIRTY if it was __hash_page_thp()
H A Dhash_low_64.S94 /* Prepare new PTE value (turn access RW into DIRTY, then
391 /* Prepare new PTE value (turn access RW into DIRTY, then
756 /* Prepare new PTE value (turn access RW into DIRTY, then
H A Dtlb_low_64e.S205 /* Mask out SW and UW if !DIRTY (XXX optimize this !) */
503 /* Mask out SW and UW if !DIRTY (XXX optimize this !) */
744 /* Mask out SW and UW if !DIRTY (XXX optimize this !) */
/linux-4.4.14/drivers/video/fbdev/
H A Dcontrolfb.c70 #define DIRTY(z) ((x)->z != (y)->z) macro
78 results &= !DIRTY(regvals.clock_params[i]); PAR_EQUAL()
82 results &= !DIRTY(regvals.regs[i]); PAR_EQUAL()
85 return (!DIRTY(cmode) && !DIRTY(xres) && !DIRTY(yres) PAR_EQUAL()
86 && !DIRTY(vxres) && !DIRTY(vyres)); PAR_EQUAL()
90 return (!DIRTY(bits_per_pixel) && !DIRTY(xres) VAR_MATCH()
91 && !DIRTY(yres) && !DIRTY(xres_virtual) VAR_MATCH()
92 && !DIRTY(yres_virtual) VAR_MATCH()
/linux-4.4.14/fs/xfs/
H A Dxfs_buf_item.h35 { XFS_BLI_DIRTY, "DIRTY" }, \
H A Dxfs_log.c2507 * State Change: DIRTY -> ACTIVE
2653 /* skip all iclogs in the ACTIVE & DIRTY states */ xlog_state_do_callback()
2745 * state to DIRTY so that we don't miss any more xlog_state_do_callback()
2774 * Transition from DIRTY to ACTIVE if applicable. xlog_state_do_callback()
2885 * If the head of the in-core log ring is not (ACTIVE or DIRTY), then we must
3358 * If it is in the DIRTY state, just return.
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpte-40x.h36 * 30 respectively for the software bits: ACCESSED, DIRTY, RW, and
/linux-4.4.14/arch/alpha/kernel/
H A Derr_ev6.c172 (c_sts & EV6__C_STS__DIRTY) ? "DIRTY " : "", ev6_parse_cbox()
H A Dcore_cia.c1081 "SET DIRTY", "WRITE BLOCK", "WRITE BLOCK LOCK", cia_decode_parity_error()
/linux-4.4.14/fs/f2fs/
H A Dsegment.c432 if (dirty_type == DIRTY) { __locate_dirty_segment()
436 if (unlikely(t >= DIRTY)) { __locate_dirty_segment()
453 if (dirty_type == DIRTY) { __remove_dirty_segment()
485 __remove_dirty_segment(sbi, segno, DIRTY); locate_dirty_segment()
487 __locate_dirty_segment(sbi, segno, DIRTY); locate_dirty_segment()
490 __remove_dirty_segment(sbi, segno, DIRTY); locate_dirty_segment()
1054 __remove_dirty_segment(sbi, new_segno, DIRTY); change_curseg()
2213 __locate_dirty_segment(sbi, segno, DIRTY); init_dirty_segmap()
H A Dgc.c160 p->dirty_segmap = dirty_i->dirty_segmap[DIRTY]; select_policy()
161 p->max_search = dirty_i->nr_dirty[DIRTY]; select_policy()
H A Dsegment.h237 DIRTY, /* to count # of dirty segments */ enumerator in enum:dirty_type
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dvvp_io.c1056 /* Inode should be marked DIRTY even if no new page was marked DIRTY vvp_io_commit_write()
1058 * It is important the file is marked DIRTY as soon as the I/O is done vvp_io_commit_write()
1061 * It is acceptable that file is marked DIRTY even if I/O is dropped vvp_io_commit_write()
/linux-4.4.14/include/linux/uwb/
H A Dumc.h128 * DIRTY!!! DON'T RELY ON THIS
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_quota_defs.h48 { XFS_DQ_DIRTY, "DIRTY" }, \
/linux-4.4.14/arch/m68k/mm/
H A Dmemory.c183 * invalidates cache entries WITHOUT WRITING DIRTY DATA BACK! So the beginning
/linux-4.4.14/include/linux/
H A Dnilfs2_fs.h657 NILFS_SEGMENT_USAGE_FNS(DIRTY, dirty)
712 NILFS_SUINFO_FNS(DIRTY, dirty)
/linux-4.4.14/arch/ia64/include/asm/
H A Dpgtable.h502 * restrictive PTE. That is, ENTRY may have the ACCESSED, DIRTY, and
511 * (2) ENTRY has the DIRTY bit turned ON
/linux-4.4.14/fs/btrfs/
H A Dbtrfs_inode.h79 /* the io_tree does range state (DIRTY, LOCKED etc) */
H A Dextent_io.c1083 * converting from say DELALLOC to DIRTY. This is not meant to be used with
/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable-2level.h114 * onto the hardware tables, and allows us to have YOUNG and DIRTY
/linux-4.4.14/arch/x86/include/asm/
H A Dpgtable_types.h198 #define PDE_IDENT_ATTR 0x063 /* PRESENT+RW+DIRTY+ACCESSED */
/linux-4.4.14/drivers/mtd/
H A Dmtdswap.c884 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY)))) mtdswap_choose_gc_tree()
902 TREE_EMPTY(d, DIRTY) && TREE_EMPTY(d, FAILING)) mtdswap_pick_gc_eblk()
/linux-4.4.14/arch/x86/kvm/
H A Dpaging_tmpl.h27 * This is used to catch non optimized PT_GUEST_(DIRTY|ACCESS)_SHIFT macro
31 __compiletime_error("wrong use of PT_GUEST_(DIRTY|ACCESS)_SHIFT");
/linux-4.4.14/fs/reiserfs/
H A Dprints.c150 buffer_dirty(bh) ? "DIRTY" : "CLEAN", sprintf_buffer_head()
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpgtable.h202 * 30 respectively for the software bits: ACCESSED, DIRTY, RW, and pte_mkspecial()
/linux-4.4.14/arch/powerpc/kernel/
H A Dhead_44x.S534 rlwimi r10,r12,29,30,30 /* DIRTY -> SW position */
745 rlwimi r10,r12,29,30,30 /* DIRTY -> SW position */
/linux-4.4.14/drivers/md/
H A Dbitmap.c1285 /* Now start writeout on any page in NEEDWRITE that isn't DIRTY. bitmap_daemon_work()
1286 * DIRTY pages need to be written by bitmap_unplug so it can wait bitmap_daemon_work()
1288 * If we find any DIRTY page we stop there and let bitmap_unplug bitmap_daemon_work()
/linux-4.4.14/arch/tile/include/hv/
H A Dhypervisor.h2161 * doing so may race with the hypervisor's update of ACCESSED and DIRTY bits.
2193 * doing so may race with the hypervisor's update of ACCESSED and DIRTY bits.
2206 * doing so may race with the hypervisor's update of ACCESSED and DIRTY bits.
2407 _HV_BIT(dirty, DIRTY)
/linux-4.4.14/mm/
H A Dpage-writeback.c2093 * all pages that have DIRTY tag set with a special TOWRITE tag. The idea is
2142 * by the process clearing the DIRTY tag (and submitting the page for IO).
/linux-4.4.14/scripts/
H A Dunifdef.c140 "START", "HASH", "DIRTY"
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmmaster.c2788 /* before waiting on DIRTY, block processes which may dlm_mark_lockres_migrating()
2794 /* now wait on any pending asts and the DIRTY state */ dlm_mark_lockres_migrating()
2834 * drop the unneded state which blocked threads trying to DIRTY dlm_mark_lockres_migrating()
/linux-4.4.14/arch/arm64/kvm/
H A Dsys_regs.c181 * For this, we use a DIRTY bit, indicating the guest has modified the
/linux-4.4.14/fs/ext4/
H A Dext4.h466 CHECK_FLAG_VALUE(DIRTY); ext4_check_flag_values()

Completed in 1225 milliseconds