Searched refs:dirty (Results 151 - 175 of 325) sorted by last modified time

1234567891011>>

/linux-master/fs/ntfs3/
H A Dxattr.c480 mi->dirty = true;
509 mi->dirty = true;
883 ni->mi.dirty = true;
926 ni->mi.dirty = true;
H A Drecord.c58 mi->dirty = true;
140 mi->dirty = true;
167 mi->dirty = true;
382 if (!mi->dirty)
395 mi->dirty = false;
436 mi->dirty = true;
516 mi->dirty = true;
550 ni->mi.dirty = true;
557 mi->dirty = true;
607 mi->dirty
[all...]
H A Dindex.c286 static void bmp_buf_put(struct bmp_buf *bbuf, bool dirty) argument
292 if (b && !b->non_res && dirty)
293 bbuf->mi->dirty = true;
297 if (!dirty)
302 bbuf->mi->dirty = true;
1684 mi->dirty = true;
1713 mi->dirty = true;
2621 mi->dirty = true;
2690 mi->dirty = true;
H A Dfsntfs.c522 ni->mi.dirty = true;
903 * Marks inode as bad and marks fs as 'dirty'
921 int ntfs_set_state(struct ntfs_sb_info *sbi, enum NTFS_DIRTY_FLAGS dirty) argument
932 * Do not change state if fs already dirty(clear).
939 if ((dirty == NTFS_DIRTY_CLEAR ? 0 : VOLUME_FLAG_DIRTY) ==
963 switch (dirty) {
965 ntfs_notice(sbi->sb, "Mark volume as dirty due to NTFS errors");
978 mi->dirty = true;
2482 bool dirty = false; local
2486 /* mark volume as dirty ou
[all...]
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 Dattrlist.c35 ni->attr_list.dirty = false;
348 al->dirty = true;
355 al->dirty = false;
380 al->dirty = true;
433 al->dirty = true;
444 if (!al->dirty || !al->size)
467 ni->mi.dirty = true;
468 al->dirty = false;
H A Dattrib.c311 mi->dirty = true;
338 mi->dirty = true;
385 mi->dirty = true;
417 bool dirty = false; local
439 dirty = true;
464 mi_b->dirty = dirty = true;
510 mi_b->dirty = dirty = true;
600 mi_b->dirty
[all...]
/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 */
H A Dinode.c605 ci->i_xattrs.dirty = false;
2214 * make sure any dirty snapped pages are flushed before we
2362 /* Try to writeback the dirty pagecaches */
2716 * if kernel wants to dirty ctime but nothing else,
2717 * we need to choose a cap to dirty under, or do
/linux-master/scripts/
H A Dcheck-uapi.sh14 dirty changes) did not introduce ABI changes when compared to HEAD^1. You can
24 will use any dirty changes in tree to UAPI files. If there are no
25 dirty changes, HEAD will be used.
139 # Check if git tree is dirty
208 printf "Installing user-facing UAPI headers from %s... " "${ref:-dirty tree}"
244 printf "Checking changes to UAPI headers between %s and %s...\n" "$past_ref" "${base_ref:-dirty tree}"
384 printf "\n%s did not change between %s and %s...\n" "$file" "$past_ref" "${base_ref:-dirty tree}"
517 printf "No changes to UAPI headers were applied between %s and %s\n" "$past_ref" "${base_ref:-dirty tree}"
/linux-master/include/linux/
H A Dio-pgtable.h196 struct iommu_dirty_bitmap *dirty);
216 * live, but the TLB can be dirty.
/linux-master/fs/ubifs/
H A Dreplay.c68 * @dirty: dirty bytes in the bud
75 int dirty; member in struct:bud_entry
79 * set_bud_lprops - set free and dirty space used by a bud.
90 int err = 0, dirty; local
100 dirty = lp->dirty;
101 if (b->bud->start == 0 && (lp->free != c->leb_size || lp->dirty != 0)) {
106 * @lp->dirty == 0, but that is not the case. The reason is that
109 * resets the free and dirty spac
[all...]
/linux-master/drivers/vfio/pci/pds/
H A Ddirty.h36 struct iova_bitmap *dirty);
/linux-master/drivers/s390/char/
H A Dcon3270.c64 int dirty; member in struct:tty3270_line
293 line->dirty = 1;
479 if (!line->dirty)
484 line->dirty = 0;
488 tp->screen[i].dirty = 0;
501 if (!line->dirty)
506 line->dirty = 0;
630 tty3270_get_view_line(tp, i)->dirty = 1;
1276 line->dirty = 1;
1301 tty3270_get_view_line(tp, i)->dirty
[all...]
/linux-master/drivers/iommu/amd/
H A Dio_pgtable.c494 bool dirty = false; local
509 dirty = true;
517 dirty = true;
521 return dirty;
527 struct iommu_dirty_bitmap *dirty)
546 * Mark the whole IOVA range as dirty even if only one of
547 * the replicated PTEs were marked dirty.
550 iommu_dirty_bitmap_record(dirty, iova, pgsize);
524 iommu_v1_read_and_clear_dirty(struct io_pgtable_ops *ops, unsigned long iova, size_t size, unsigned long flags, struct iommu_dirty_bitmap *dirty) argument
/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/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/include/drm/
H A Ddrm_framebuffer.h77 * @dirty:
79 * Optional callback for the dirty fb IOCTL.
97 int (*dirty)(struct drm_framebuffer *framebuffer, member in struct:drm_framebuffer_funcs
/linux-master/drivers/net/ethernet/renesas/
H A Drswitch.h953 unsigned int dirty; member in struct:rswitch_gwca_queue
H A Drswitch.c210 unsigned int index = cur ? gq->cur : gq->dirty;
222 if (gq->cur >= gq->dirty)
223 return gq->cur - gq->dirty;
225 return gq->ring_size - gq->dirty + gq->cur;
230 struct rswitch_ext_ts_desc *desc = &gq->rx_ring[gq->dirty];
840 ret = rswitch_gwca_queue_alloc_rx_buf(gq, gq->dirty, num);
843 ret = rswitch_gwca_queue_ext_ts_fill(ndev, gq, gq->dirty, num);
846 gq->dirty = rswitch_next_queue_index(gq, false, num);
866 gq->dirty = rswitch_next_queue_index(gq, false, 1)) {
867 desc = &gq->tx_ring[gq->dirty];
[all...]
/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/qxl/
H A Dqxl_display.c447 .dirty = qxl_framebuffer_surface_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/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.h28 bool dirty; member in struct:nouveau_uvma_region
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context.c134 vma->obj->mm.dirty = true;

Completed in 382 milliseconds

1234567891011>>