Home
last modified time | relevance | path

Searched refs:dirty (Results 251 – 275 of 535) sorted by relevance

1...<<11121314151617181920>>...22

/openbmc/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst19 * Bit 55 pte is soft-dirty (see
20 Documentation/admin-guide/mm/soft-dirty.rst)
228 after first clear of soft-dirty bits. Since Linux 4.2 they are used for
H A Dconcepts.rst136 storage device. The written pages are marked as `dirty` and when Linux
151 will be marked dirty and if the kernel decides to repurpose it,
152 the dirty page will be swapped out.
188 device (remember those dirty pages?). As memory usage increases even
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h555 pte_t entry, int dirty) in ptep_set_access_flags() argument
767 pmd_t entry, int dirty) in pmdp_set_access_flags() argument
769 return ptep_set_access_flags(vma, address, (pte_t *)pmdp, pmd_pte(entry), dirty); in pmdp_set_access_flags()
/openbmc/linux/include/uapi/linux/
H A Dnilfs2_api.h87 NILFS_SUINFO_FNS(DIRTY, dirty) in NILFS_SUINFO_FNS()
/openbmc/linux/arch/arm/mm/
H A Dproc-macros.S218 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
260 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
/openbmc/linux/drivers/block/
H A Damiflop.c202 int dirty; /* true when trackbuf is not on disk */ member
762 unit[drive].dirty = 0; in post_write()
1436 if (unit[drive].dirty == 1) { in get_track()
1495 floppy->dirty = 1; in amiflop_rw_cur_segment()
1715 if (unit[drive].dirty == 1) { in floppy_release()
1756 p->dirty = 0; in amiga_check_events()
/openbmc/qemu/hw/vfio/
H A Dtrace-events121 vfio_iommu_map_dirty_notify(uint64_t iova_start, uint64_t iova_end) "iommu dirty @ 0x%"PRIx64" - 0x…
161 … uint64_t precopy_dirty_size) " (%s) precopy initial size 0x%"PRIx64" precopy dirty size 0x%"PRIx64
163 …opy 0x%"PRIx64" postcopy 0x%"PRIx64" precopy initial size 0x%"PRIx64" precopy dirty size 0x%"PRIx64
164 …x%"PRIx64" stopcopy size 0x%"PRIx64" precopy initial size 0x%"PRIx64" precopy dirty size 0x%"PRIx64
/openbmc/linux/drivers/md/bcache/
H A Djournal.c710 j->cur->dirty = false; in bch_journal_next()
912 if (c->journal.cur->dirty) in journal_write_work()
949 } else if (!w->dirty) { in bch_journal()
950 w->dirty = true; in bch_journal()
/openbmc/linux/fs/ntfs3/
H A Dinode.c429 ni->mi.dirty = true; in ntfs_read_mft()
943 bool dirty = false; in ntfs_write_end() local
951 dirty = true; in ntfs_write_end()
977 dirty = true; in ntfs_write_end()
982 dirty = true; in ntfs_write_end()
987 dirty = true; in ntfs_write_end()
990 if (dirty) in ntfs_write_end()
1701 ni->mi.dirty = false; in ntfs_create_inode()
H A Dindex.c286 static void bmp_buf_put(struct bmp_buf *bbuf, bool dirty) in bmp_buf_put() argument
292 if (b && !b->non_res && dirty) in bmp_buf_put()
293 bbuf->mi->dirty = true; in bmp_buf_put()
297 if (!dirty) in bmp_buf_put()
302 bbuf->mi->dirty = true; in bmp_buf_put()
1684 mi->dirty = true; in indx_insert_into_root()
1713 mi->dirty = true; in indx_insert_into_root()
2621 mi->dirty = true; in indx_delete_entry()
2690 mi->dirty = true; in indx_update_dup()
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch7 Description: This dirty hack fixes segfaults if Tcl is built with stubs
/openbmc/bmcweb/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml44 bug is not reported against anything that has "-dirty" in the
/openbmc/linux/net/netfilter/
H A Dnft_set_pipapo.h173 bool dirty; member
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_types.h678 bool dirty:1; member
/openbmc/linux/fs/ubifs/
H A Dioctl.c122 release = ui->dirty; in setflags()
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c2896 struct vfio_iommu_type1_dirty_bitmap dirty; in vfio_iommu_type1_dirty_pages() local
2908 if (copy_from_user(&dirty, (void __user *)arg, minsz)) in vfio_iommu_type1_dirty_pages()
2911 if (dirty.argsz < minsz || dirty.flags & ~mask) in vfio_iommu_type1_dirty_pages()
2915 if (__ffs(dirty.flags) != __fls(dirty.flags)) in vfio_iommu_type1_dirty_pages()
2918 if (dirty.flags & VFIO_IOMMU_DIRTY_PAGES_FLAG_START) { in vfio_iommu_type1_dirty_pages()
2930 } else if (dirty.flags & VFIO_IOMMU_DIRTY_PAGES_FLAG_STOP) { in vfio_iommu_type1_dirty_pages()
2938 } else if (dirty.flags & VFIO_IOMMU_DIRTY_PAGES_FLAG_GET_BITMAP) { in vfio_iommu_type1_dirty_pages()
2941 size_t data_size = dirty.argsz - minsz; in vfio_iommu_type1_dirty_pages()
/openbmc/linux/arch/arc/mm/
H A Dtlb.c497 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags); in update_mmu_cache_range() local
498 if (dirty) { in update_mmu_cache_range()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c49 pmd_t *pmdp, pmd_t entry, int dirty) in pmdp_set_access_flags() argument
69 pud_t *pudp, pud_t entry, int dirty) in pudp_set_access_flags() argument
/openbmc/qemu/migration/
H A Dblock.c666 int64_t dirty = 0; in get_remaining_dirty() local
670 dirty += bdrv_get_dirty_count(bmds->dirty_bitmap); in get_remaining_dirty()
674 return dirty; in get_remaining_dirty()
/openbmc/linux/fs/f2fs/
H A Dinline.c140 int dirty, err; in f2fs_convert_inline_page() local
173 dirty = clear_page_dirty_for_io(page); in f2fs_convert_inline_page()
181 if (dirty) { in f2fs_convert_inline_page()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs62 # of dirty pages over min_fsync_blocks.
81 Description: Controls the dirty page count condition for the in-place-update
87 Description: Controls the dirty page count condition for batched sequential
93 Description: Controls the dirty page count condition for redefining hot data.
234 Description: Controls dirty nat entries ratio threshold, if current
236 be triggered for flushing dirty nat entries.
288 Description: Shows the number of dirty segments.
460 0x1 SBI_IS_DIRTY dirty flag for checkpoint
/openbmc/linux/fs/ceph/
H A Daddr.c1759 int dirty; in ceph_page_mkwrite() local
1761 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, in ceph_page_mkwrite()
1764 if (dirty) in ceph_page_mkwrite()
1765 __mark_inode_dirty(inode, dirty); in ceph_page_mkwrite()
1931 int dirty; in ceph_uninline_data() local
1937 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
1940 if (dirty) in ceph_uninline_data()
1941 __mark_inode_dirty(inode, dirty); in ceph_uninline_data()
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A DAdded-support-for-PPC-instructions-mfatbu-mfatbl.patch84 + /* execute the dirty call, dumping the result in val. */
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DBootSettings.vue107 const tpmPolicyChanged = this.$v.form.tpmPolicyOn.$dirty;
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h224 unsigned long length, struct iova_bitmap *dirty);

1...<<11121314151617181920>>...22