Searched refs:dirty (Results 276 - 300 of 325) sorted by relevance

<<111213

/linux-master/fs/
H A Dbuffer.c84 * Returns if the folio has dirty or writeback buffers. If all the buffers
89 bool *dirty, bool *writeback)
92 *dirty = false;
110 *dirty = true;
530 * as you dirty the buffers, and then use osync_inode_buffers to wait for
531 * completion. Any other dirty buffers which are not yet queued for
655 * `bblock + 1' is probably a dirty indirect block. Hunt it down and, if it's
656 * dirty, schedule it for IO. So that indirects merge nicely with their data.
691 * Add a page to the dirty page list.
696 * If the page has buffers, the uptodate buffers are set dirty, t
88 buffer_check_dirty_writeback(struct folio *folio, bool *dirty, bool *writeback) argument
[all...]
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c161 obj->mm.dirty = false;
310 obj->mm.dirty = false;
/linux-master/include/linux/
H A Dkvm_host.h1230 void kvm_release_pfn(kvm_pfn_t pfn, bool dirty);
1306 void kvm_vcpu_unmap(struct kvm_vcpu *vcpu, struct kvm_host_map *map, bool dirty);
2387 * kick the vcpu to the userspace to avoid dirty ring full. This
2392 /* Max number of entries allowed for each kvm dirty ring */
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h128 .set FPR_DIRTY_BITS,LV-91 | fpr dirty bits
/linux-master/arch/powerpc/kvm/
H A De500_mmu.c857 struct kvm_dirty_tlb *dirty)
856 kvm_vcpu_ioctl_dirty_tlb(struct kvm_vcpu *vcpu, struct kvm_dirty_tlb *dirty) argument
/linux-master/fs/ubifs/
H A Drecovery.c333 * dirty.
748 * find a dirty LEB which could be GC'd into LEB Y! Even LEB X
1175 dbg_rcvry("could not find a dirty LEB");
1180 ubifs_assert(c, lp.free + lp.dirty >= wbuf->offs);
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c485 !list_empty(&res->dirty) ||
496 !list_empty(&res->dirty) ? 'D' : ' ',
509 BUG_ON(!list_empty(&res->dirty));
545 INIT_LIST_HEAD(&res->dirty);
2602 * if we fail after this we need to re-dirty the lockres
2731 /* re-dirty the lockres if we failed */
2852 * try to dirty the lockres before MIGRATING is set */
2861 mlog(0, "about to wait on migration_wq, dirty=%s\n",
3469 /* re-dirty it on the new master */
H A Ddlmcommon.h295 struct list_head dirty; member in struct:dlm_lock_resource
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.h1411 int dirty; member in struct:velocity_info::rx_info
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h293 bool dirty; member in struct:mlx4_wqn_range
/linux-master/sound/pci/emu10k1/
H A Demuproc.c439 voice->dirty,
/linux-master/include/sound/
H A Dsoc-dapm.h675 struct list_head dirty; member in struct:snd_soc_dapm_widget
/linux-master/arch/x86/events/
H A Dperf_event.h242 unsigned long dirty[BITS_TO_LONGS(X86_PMC_IDX_MAX)]; member in struct:cpu_hw_events
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h250 unsigned long gpa, bool dirty);
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h475 * dirty - Tx: index of descriptor to check for transfer complete
479 unsigned int dirty; member in struct:xgbe_ring
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem.c888 reg->dirty = true;
/linux-master/sound/pci/hda/
H A Dhda_codec.c683 unsigned char dirty; /* setups should be cleared */ member in struct:hda_cvt_setup
1162 p->dirty = 0;
1164 /* make other inactive cvts with the same stream-tag dirty */
1170 p->dirty = 1;
1235 if (p->dirty)
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c430 OFFSET(VCPU_VPA_DIRTY, kvm_vcpu, arch.vpa.dirty);
/linux-master/fs/bcachefs/
H A Dbcachefs.h15 * Multiple cache devices is intended to give us the ability to mirror dirty
29 * "cached" data is always dirty. The end result is that we get thin
139 * We can't just invalidate any bucket - it might contain dirty data or
140 * metadata. If it once contained dirty data, other writes might overwrite it
668 bool dirty; member in struct:journal_seq_blacklist_table::journal_seq_blacklist_table_entry
/linux-master/virt/kvm/
H A Dkvm_main.c385 * are related to dirty logging, and many do the TLB flush out of
1447 * Allocation size is twice as large as the actual dirty bitmap size.
1696 * If dirty logging is disabled, nullify the bitmap; the old bitmap
1761 * Free the dirty bitmap as needed; the below check encompasses
2164 * kvm_get_dirty_log - get a snapshot of dirty pages
2167 * @is_dirty: set to '1' if any dirty pages were found
2178 /* Dirty ring tracking may be exclusive to dirty log tracking */
2213 * kvm_get_dirty_log_protect - get a snapshot of dirty pages
2214 * and reenable dirty page tracking for the corresponding pages.
2219 * concurrently. So, to avoid losing track of dirty page
3141 kvm_release_pfn(kvm_pfn_t pfn, bool dirty) argument
3183 kvm_vcpu_unmap(struct kvm_vcpu *vcpu, struct kvm_host_map *map, bool dirty) argument
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c632 u64 num_pages, bool dirty)
637 if (dirty)
631 qp_release_pages(struct page **pages, u64 num_pages, bool dirty) argument
/linux-master/fs/jfs/
H A Djfs_txnmgr.c548 /* write dirty metadata & forward log syncpt */
701 /* mark the page dirty and nohomeok */
1233 * Mark inode as not dirty. It will still be on the dirty
1235 * it gets marked dirty again
2593 void txAbort(tid_t tid, int dirty) argument
2634 * mark filesystem dirty
2636 if (dirty)
/linux-master/arch/sparc/mm/
H A Dinit_64.c483 bool dirty = test_bit(PG_dcache_dirty, &folio->flags); local
484 if (dirty) {
2299 * When a page gets marked as dcache-dirty, we store the
/linux-master/drivers/perf/
H A Dxgene_pmu.c319 XGENE_PMU_EVENT_ATTR(csw-inbound-dirty, 0x16),
394 XGENE_PMU_EVENT_ATTR(dirty-eviction, 0x07),
/linux-master/kernel/
H A Dkprobes.c257 kprobe_opcode_t *slot, int dirty)
279 if (dirty) {
256 __free_insn_slot(struct kprobe_insn_cache *c, kprobe_opcode_t *slot, int dirty) argument

Completed in 333 milliseconds

<<111213