Searched refs:dirty (Results 201 - 225 of 325) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c63 .dirty = drm_atomic_helper_dirtyfb,
/linux-master/drivers/md/bcache/
H A Dbtree.h62 * passing now = false, it merely indicates that the node is now dirty - calling
63 * it ensures that the dirty keys will be written at some point in the future.
166 BTREE_FLAG(dirty); variable
/linux-master/fs/ocfs2/
H A Djournal.h173 int ocfs2_journal_init(struct ocfs2_super *osb, int *dirty);
233 * ocfs2_journal_dirty - Mark a journalled buffer as having dirty data.
350 * The two writes below can accidentally see global info dirty due
H A Djournal.c55 int dirty, int replayed);
224 /* XXX: Should we bug if there are dirty entries? */
395 * This might call jbd2_journal_restart() which will commit dirty buffers
855 int ocfs2_journal_init(struct ocfs2_super *osb, int *dirty) argument
919 *dirty = (le32_to_cpu(di->id1.journal1.ij_flags) &
960 int dirty, int replayed)
976 if (dirty)
1052 * will leave dirty metadata in a "clean" journal
1607 * clean. Will only replay if the journal inode is marked dirty. */
1635 * thread could get the lock. To handle that, we dirty rea
959 ocfs2_journal_toggle_dirty(struct ocfs2_super *osb, int dirty, int replayed) argument
[all...]
H A Dsuper.c2385 int dirty; local
2392 status = ocfs2_journal_init(osb, &dirty);
2406 * dirty work for us :) */
2407 if (!dirty) {
2421 status = ocfs2_journal_load(osb->journal, local, dirty);
2436 if (dirty) {
2455 if (dirty) {
2463 * lock, and it's marked as dirty, set the bit in the recover
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpt.c167 dpt->obj->mm.dirty = true;
/linux-master/arch/s390/mm/
H A Dpgtable.c216 * the dirty bit on for all writable ptes.
222 /* This pte allows write access, set user-dirty */
773 * Test and reset if a guest page is dirty
780 bool dirty; local
784 dirty = !!(pgste_val(pgste) & PGSTE_UC_BIT);
787 if (dirty && (pte_val(pte) & _PAGE_PRESENT)) {
798 return dirty;
/linux-master/include/linux/
H A Dvfio.h217 * and clear the dirty DMAs in some given range.
232 struct iova_bitmap *dirty);
H A Dpage-flags.h21 * should in general not be touched (e.g. set dirty) except by its owner.
519 PAGEFLAG(Dirty, dirty, PF_HEAD) TESTSCFLAG(Dirty, dirty, PF_HEAD)
520 __CLEARPAGEFLAG(Dirty, dirty, PF_HEAD)
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fb.c55 .dirty = msm_framebuffer_dirtyfb,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h169 * @crtc: The crtc for which to build dirty commands.
437 struct vmw_kms_dirty *dirty);
H A Dvmwgfx_execbuf.c303 * @dirty: Whether to change dirty status.
311 u32 dirty,
324 if (dirty)
326 rcache->private, dirty);
331 ret = vmw_validation_add_resource(sw_context->ctx, res, 0, dirty,
339 dirty, (void **)&ctx_info,
623 * @dirty: Whether to change dirty status.
634 u32 dirty,
309 vmw_execbuf_res_val_add(struct vmw_sw_context *sw_context, struct vmw_resource *res, u32 dirty, u32 flags) argument
631 vmw_cmd_res_check(struct vmw_private *dev_priv, struct vmw_sw_context *sw_context, enum vmw_res_type res_type, u32 dirty, const struct vmw_user_resource_conv *converter, uint32_t *id_loc, struct vmw_resource **p_res) argument
1522 bool dirty; local
[all...]
/linux-master/fs/f2fs/
H A Dinline.c140 int dirty, err; local
172 /* clear dirty state */
173 dirty = clear_page_dirty_for_io(page);
181 if (dirty) {
/linux-master/fs/nilfs2/
H A Dsufile.c433 int clean, dirty; local
443 dirty = nilfs_segment_usage_dirty(su);
451 nilfs_sufile_mod_counter(header_bh, clean ? (u64)-1 : 0, dirty ? 0 : 1);
496 * nilfs_sufile_mark_dirty - mark the buffer having a segment usage dirty
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h551 pte_t *ptep, pte_t entry, int dirty);
760 pmd_t entry, int dirty)
762 return ptep_set_access_flags(vma, address, (pte_t *)pmdp, pmd_pte(entry), dirty);
758 pmdp_set_access_flags(struct vm_area_struct *vma, unsigned long address, pmd_t *pmdp, pmd_t entry, int dirty) argument
/linux-master/fs/ntfs3/
H A Dfslog.c146 * One entry exists in the Dirty Pages Table for each page which is dirty at
154 __le64 vcn; // 0x10: Vcn of dirty page
168 __le32 vcn_low; // 0x14: Vcn of dirty page
169 __le32 vcn_hi; // 0x18: Vcn of dirty page
1034 bool set_dirty; /* True if we need to set dirty flag. */
3192 mi->dirty = true;
3198 mi->dirty = true;
3209 mi->dirty = true;
3246 mi->dirty = true;
3262 mi->dirty
[all...]
H A Dntfs_fs.h108 unsigned force : 1; /* RW mount dirty volume. */
332 bool dirty; member in struct:mft_inode
395 bool dirty; member in struct:ntfs_inode::__anon290
616 int ntfs_set_state(struct ntfs_sb_info *sbi, enum NTFS_DIRTY_FLAGS dirty);
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c37 * Each block map page, when dirty, records the earliest recovery journal block sequence number of
38 * the changes reflected in that dirty block. Sequence numbers are classified into eras: every
460 * found. The page can be dirty or resident.
935 * If the selected page is not dirty, immediately allocates the page to the oldest completion
1205 * May cause another page to be discarded (potentially writing a dirty page) and the one nominated
1325 * There must not be any dirty pages in the cache.
1335 /* Make sure we don't throw away any dirty pages. */
1337 int result = VDO_ASSERT(!is_dirty(info), "cache must have no dirty pages");
1460 "dirty page count underflow for generation %u", generation);
1485 result = VDO_ASSERT((new_count != 0), "dirty pag
1556 bool dirty; local
1988 update_period(struct dirty_lists *dirty, sequence_number_t period) argument
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c436 * @dirty: state of each frame context
481 unsigned char dirty[4]; member in struct:vdec_vp9_slice_instance
825 instance->dirty[i] = 0;
827 instance->dirty[uh->frame_context_idx] = 0;
1026 mtk_vdec_debug(instance->ctx, "ctx dirty %u idx %d\n",
1027 instance->dirty[uh->frame_context_idx],
1030 if (instance->dirty[uh->frame_context_idx])
1553 if (!instance->dirty[uh->frame_context_idx])
1582 instance->dirty[uh->frame_context_idx] = 1;
/linux-master/include/trace/events/
H A Df2fs.h294 __field(int, dirty)
300 __entry->dirty = is_sbi_flag_set(F2FS_SB(sb), SBI_IS_DIRTY);
306 __entry->dirty ? "dirty" : "not dirty",
1319 __field(int, dirty)
1330 __entry->dirty = PageDirty(page);
1335 "dirty = %d, uptodate = %d",
1340 __entry->dirty,
1921 TP_printk("dev = (%d,%d), %s, dirty coun
[all...]
/linux-master/fs/reiserfs/
H A Dbitmap.c506 int dirty = 0; local
527 dirty = 1;
529 if (dirty)
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem.c677 * We keep track of dirty pages using page faulting to perform cache management.
717 bool dirty = false; local
734 dirty = true;
739 if (dirty) {
/linux-master/fs/ceph/
H A Dsuper.h204 #define CHECK_CAPS_FLUSH 2 /* flush any dirty caps */
218 * we first complete any in-process sync writes and writeback any dirty
228 int issued, dirty; member in struct:ceph_cap_snap
245 int dirty_pages; /* dirty pages awaiting writeback */
293 int dirty; member in struct:ceph_inode_xattr
336 bool dirty; member in struct:ceph_inode_xattrs_info
417 dirty|flushing caps */
631 #define CEPH_I_FLUSH (1 << 2) /* do not delay flush of dirty metadata */
/linux-master/arch/x86/include/asm/
H A Dpgtable.h331 * when creating dirty, write-protected memory, a software bit is used:
382 * dirty value to the software bit, if present.
532 * dirty value to the software bit.
650 * dirty value to the software bit.
1253 * We only update the dirty/accessed state if we set
1254 * the dirty bit by hand in the kernel, since the hardware
1256 * race with other CPU's that might be updating the dirty
1264 pte_t entry, int dirty);
1326 pmd_t entry, int dirty);
1329 pud_t entry, int dirty);
[all...]
/linux-master/mm/
H A Dvmscan.c164 unsigned int dirty; member in struct:scan_control::__anon1347
214 * writeback_throttling_sane - is the usual dirty throttling mechanism available?
217 * The normal page dirty throttling mechanism in balance_dirty_pages() is
224 * that the normal dirty throttling mechanism is operational.
479 * If there are a lot of dirty/writeback folios then do not
569 * Account for folios written if tasks are throttled waiting on dirty
607 * pageout is called by shrink_folio_list() for each dirty folio.
614 * If the folio is dirty, only perform writeback if that write
634 * folio->mapping == NULL while being dirty with clean buffers.
700 * a ref to the folio, it may be possible that they dirty i
887 folio_check_dirty_writeback(struct folio *folio, bool *dirty, bool *writeback) argument
1033 bool dirty, writeback; local
[all...]

Completed in 399 milliseconds

1234567891011>>