Searched refs:dirty (Results 251 - 275 of 325) sorted by relevance

<<111213

/linux-master/fs/
H A Ddax.c563 * the tree, and PTE writes will simply dirty the entire PMD entry.
852 * MAP_SYNC on a dax mapping guarantees dirty metadata is
866 * already in the tree, we will skip the insertion and just dirty the PMD as
876 bool dirty = write && !dax_fault_is_synchronous(iter, vmf->vma); local
879 if (dirty)
906 * tree and dirty it if necessary.
916 if (dirty)
934 * A page got tagged dirty in DAX mapping? Something is seriously
1001 * After we have flushed the cache, we can clear the dirty tag. There
1002 * cannot be new dirty dat
[all...]
/linux-master/fs/fat/
H A Dinode.c679 /* do not change state if fs was dirty */
680 if (sbi->dirty) {
692 "to mark fs as dirty");
1794 sbi->dirty = bpb.fat32_state & FAT_STATE_DIRTY;
1796 sbi->dirty = bpb.fat16_state & FAT_STATE_DIRTY;
1934 * filemap_flush is used for the block device, so if there is a dirty
/linux-master/arch/s390/include/asm/
H A Dpgtable.h170 #define _PAGE_DIRTY 0x008 /* SW pte dirty bit */
177 #define _PAGE_SOFT_DIRTY 0x002 /* SW pte soft dirty bit */
214 * prot-none, dirty, old .11.xx0010.1
215 * prot-none, dirty, young .11.xx0011.1
218 * read-only, dirty, old .11.xx0110.1
219 * read-only, dirty, young .01.xx0111.1
222 * read-write, dirty, old .10.xx1110.1
223 * read-write, dirty, young .00.xx1111.1
225 * SW-bits: p present, y young, d dirty, r read, w write, s special,
266 #define _REGION3_ENTRY_DIRTY 0x2000 /* SW region dirty bi
1262 ptep_set_access_flags(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, pte_t entry, int dirty) argument
1692 pmdp_set_access_flags(struct vm_area_struct *vma, unsigned long addr, pmd_t *pmdp, pmd_t entry, int dirty) argument
[all...]
/linux-master/fs/ubifs/
H A Ddir.c23 * away, instead of marking them dirty. For example, 'ubifs_link()' changes
27 * the re-named inode dirty (because its @i_ctime is updated) but does not
28 * write it, but just marks it as dirty.
92 * marking them dirty in file write path (see 'file_update_time()').
93 * UBIFS has to fully control "clean <-> dirty" transitions of inodes
476 ubifs_assert(c, ui->dirty);
1322 * ino_req: marks the target inode as dirty and does not write it.
1396 ubifs_assert(c, !whiteout_ui->dirty);
1411 * dirty nor zero-nlink.
1479 * is dirty, becaus
[all...]
H A Djournal.c418 * because it could make some dirty space and GC would make
619 * @ui->dirty flag and releasing its budget. Note, VFS may still treat the
620 * inode as dirty and try to write it back, but 'ubifs_write_inode()' would
625 if (ui->dirty)
627 ui->dirty = 0;
875 * trying to free some memory by writing out dirty pages. The
1388 ubifs_assert(c, !whiteout_ui->dirty);
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c531 __BITFIELD_FIELD(uint64_t D:1, /* Line dirty */
540 __BITFIELD_FIELD(uint64_t D:1, /* Line dirty */
549 __BITFIELD_FIELD(uint64_t D:1, /* Line dirty */
558 __BITFIELD_FIELD(uint64_t D:1, /* Line dirty */
567 __BITFIELD_FIELD(uint64_t D:1, /* Line dirty */
680 tag.s.D = l2c_tadx_tag.s.dirty;
/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h137 u8 dirty:1, member in struct:uvc_control
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h537 * It works like i915_gem_object_get_page(), but it marks the returned page dirty.
846 bool dirty, bool backup);
/linux-master/include/linux/ceph/
H A Dceph_fs.h786 __le32 caps, wanted, dirty; /* latest issued/wanted/dirty */ member in struct:ceph_mds_caps
/linux-master/arch/mips/include/asm/
H A Dpgtable.h455 * contains the memory attribute bits, dirty bits, and various other
496 pte_t entry, int dirty)
622 /* We don't have hardware dirty/accessed bits, generic_pmdp_establish is fine.*/
494 ptep_set_access_flags(struct vm_area_struct *vma, unsigned long address, pte_t *ptep, pte_t entry, int dirty) argument
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context.c134 vma->obj->mm.dirty = true;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h373 bool dirty; /* true => area has been modified by kernel */ member in struct:kvmppc_vpa
/linux-master/drivers/md/
H A Ddm-region-hash.c9 #include <linux/dm-dirty-log.h>
27 * region can be in one of three states: clean, dirty,
355 * dirty log.
360 * Any error from the dirty log (eg. -EWOULDBLOCK) gets
429 * 2) DM_RH_NOSYNC: was dirty, other preceding writes failed
597 * Ask the dirty log what's next.
H A Ddm-log.c14 #include <linux/dm-dirty-log.h>
18 #define DM_MSG_PREFIX "dirty region log"
382 DMWARN("wrong number of arguments to dirty region log");
392 DMWARN("unrecognised sync argument to dirty region log: %s", argv[1]);
553 DMWARN("wrong number of arguments to disk dirty region log");
599 DMWARN("%s: Failed to read header on dirty region log device",
645 DMWARN("%s: Failed to write header on dirty region log device",
701 * regions are clean and which are dirty (without
703 * dirty.
910 MODULE_DESCRIPTION(DM_NAME " dirty regio
[all...]
H A Ddm-log-userspace-base.c11 #include <linux/dm-dirty-log.h>
204 DMWARN("Too few arguments to userspace dirty log");
281 DMERR("Failed to get region size of dirty log");
906 DMWARN("Couldn't register userspace dirty log type");
928 MODULE_DESCRIPTION(DM_NAME " userspace dirty log link");
H A Ddm-cache-target.c256 * dirty. If you lose the cache device you will lose data.
263 * dirty. Potential performance benfit for reads only.
377 * cache_size entries, dirty if set
623 * and dirty bitset to be in sync.
1147 * not set/clear discard or dirty flags.
1201 * We clear dirty here to update the nr_dirty counter.
2493 *error = "could not allocate dirty bitset";
2749 DMERR("%s: could not write dirty bitset", cache_device_name(cache));
2764 * dirty bit to be set on reload.
2795 bool dirty, uint32_
2794 load_mapping(void *context, dm_oblock_t oblock, dm_cblock_t cblock, bool dirty, uint32_t hint, bool hint_valid) argument
[all...]
H A Dmd-bitmap.c944 * when an unplug occurs, we can flush the dirty pages out to disk
1030 * sync the dirty pages of the bitmap file to disk */
1034 int dirty, need_write; local
1043 dirty = test_and_clear_page_attr(bitmap, i, BITMAP_PAGE_DIRTY);
1046 if (dirty || need_write) {
1178 * If the bitmap is out of date, dirty the whole page
1758 /* dirty the memory and file bits for bitmap chunks "s" to "e" */
1768 /* We are asserting that the array is dirty,
1770 * that it is obvious that it is dirty
1999 /* no need to keep dirty bit
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs.c206 obj->mm.dirty ? " dirty" : "",
/linux-master/fs/quota/
H A Ddquot.c250 * dirtied, and this list is searched when writing dirty dquots back to
251 * quota file. Note that some filesystems do dirty dquot tracking on their
375 /* Mark dquot dirty in atomic manner, and return it's old dirty flag state */
386 /* If quota is dirty already, we don't have to acquire dq_list_lock */
676 /* Clear dirty bit anyway to avoid infinite loop. */
685 struct list_head dirty; local
700 list_replace_init(&dqopt->info[cnt].dqi_dirty_list, &dirty);
701 while (!list_empty(&dirty)) {
702 dquot = list_first_entry(&dirty, struc
[all...]
/linux-master/arch/powerpc/kvm/
H A Dpowerpc.c2096 struct kvm_dirty_tlb dirty; local
2098 if (copy_from_user(&dirty, argp, sizeof(dirty)))
2101 r = kvm_vcpu_ioctl_dirty_tlb(vcpu, &dirty);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c52 WARN_ON(vbo->dirty);
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_crtc.c587 if (plane_state->pending.dirty) {
589 plane_state->pending.dirty = false;
/linux-master/sound/soc/
H A Dsoc-dapm.c185 return !list_empty(&w->dirty);
193 dev_vdbg(w->dapm->dev, "Marking %s dirty due to %s\n",
195 list_add_tail(&w->dirty, &w->dapm->card->dapm_dirty);
1872 * will have marked the peer dirty, otherwise the widgets are
1979 * only check widgets that have been flagged as dirty but note
1980 * that new widgets may be added to the dirty list while we
1983 list_for_each_entry(w, &card->dapm_dirty, dirty) {
1994 list_del_init(&w->dirty);
2510 list_del(&w->dirty);
3752 INIT_LIST_HEAD(&w->dirty);
[all...]
/linux-master/fs/ext4/
H A Dxattr.c1153 struct buffer_head *bh, bool block_csum, bool dirty)
1157 if (bh && dirty) {
1179 bool dirty = false; local
1209 dirty));
1246 dirty = true;
1249 if (dirty) {
1259 "handle dirty metadata err=%d", err);
2994 EXT4_ERROR_INODE(inode, "mark inode dirty (error %d)",
1152 ext4_xattr_restart_fn(handle_t *handle, struct inode *inode, struct buffer_head *bh, bool block_csum, bool dirty) argument
/linux-master/mm/
H A Dhuge_memory.c2131 * dirty/young flags set by hardware.
2274 /* Follow mremap() behavior and treat the entry dirty after the move */
2441 bool anon_exclusive = false, dirty = false; local
2528 dirty = is_migration_entry_dirty(entry);
2535 dirty = true;
2606 if (dirty)
2625 /* NOTE: this may set soft-dirty too on some archs */
2626 if (dirty)
3747 /* NOTE: this may contain setting soft-dirty on some archs */

Completed in 336 milliseconds

<<111213