Searched refs:writeback (Results 101 - 125 of 178) sorted by relevance

12345678

/linux-master/block/
H A Dblk-core.c30 #include <linux/writeback.h>
/linux-master/fs/btrfs/
H A Dordered-data.c8 #include <linux/writeback.h>
404 * before unlocking the inode. In the case of buffered IO when writeback
406 * writeback was triggered by a fast fsync, the fsync might start
810 * Wait on page writeback for all the pages in the extent and the IO completion
829 * pages in the range can be dirty, clean or writeback. We
868 * If we have a writeback error don't return immediately. Wait first
/linux-master/arch/x86/kvm/
H A Demulate.c170 #define NoWrite ((u64)1 << 45) /* No writeback */
1051 /* If src is zero, do not writeback, but update flags */
1059 /* If src is zero, do not writeback, but update flags */
1785 static int writeback(struct x86_emulate_ctxt *ctxt, struct operand *op) function
1815 /* no writeback */
1836 /* Disable writeback. */
3309 /* Disable writeback. */
3338 /* Disable writeback. */
3408 /* Disable writeback. */
3422 /* Disable writeback
[all...]
/linux-master/drivers/md/
H A Ddm-cache-target.c289 atomic_t writeback; member in struct:cache_stats
346 * background io. eg, promotion, writeback.
979 atomic_inc(&stats->writeback);
1981 * feature args : writethrough. (The default is writeback.)
2163 if (!strcasecmp(arg, "writeback")) {
3027 DMEMIT("writeback ");
3163 DMEMIT(",writeback=%c", writeback_mode(cache) ? 'y' : 'n');
/linux-master/fs/jffs2/
H A Dwbuf.c23 #include <linux/writeback.h>
/linux-master/fs/quota/
H A Dquota.c22 #include <linux/writeback.h>
/linux-master/fs/ufs/
H A Dinode.c39 #include <linux/writeback.h>
/linux-master/fs/smb/server/
H A Dauth.c11 #include <linux/writeback.h>
/linux-master/fs/ceph/
H A Dsuper.h16 #include <linux/writeback.h>
86 unsigned int congestion_kb; /* max writeback in flight */
168 * server that allows us to cache or writeback attributes or to read
218 * we first complete any in-process sync writes and writeback any dirty
245 int dirty_pages; /* dirty pages awaiting writeback */
406 /* we need to track cap writeback on a per-cap-bit basis, to allow
H A Dcaps.c10 #include <linux/writeback.h>
539 * Queue an inode for immediate writeback. Mark inode with I_FLUSH,
2176 * Let's queue a writeback for it.
2507 * only wait on non-file metadata writeback (the mds
2531 * get by with fewer MDS messages if we wait for data writeback to
2880 * going before a prior buffered writeback happens.
3502 bool writeback = false; variable
3526 * will invalidate _after_ writeback.)
3703 writeback = true; /* initiate writeback; wil
[all...]
/linux-master/fs/pstore/
H A Dzone.c22 #include <linux/writeback.h>
/linux-master/fs/nilfs2/
H A Dinode.c15 #include <linux/writeback.h>
H A Dsuper.c34 #include <linux/writeback.h>
/linux-master/fs/zonefs/
H A Dsuper.c15 #include <linux/writeback.h>
/linux-master/fs/gfs2/
H A Dsuper.c24 #include <linux/writeback.h>
442 * @wbc: The writeback control structure
1126 state = "writeback";
H A Dlog.c20 #include <linux/writeback.h>
95 * @wbc: The writeback control structure
193 * gfs2_ail1_flush - start writeback of some ail1 entries
195 * @wbc: The writeback control structure
198 * writeback control structure
241 * gfs2_ail1_start - start writeback of all ail1 entries
H A Dfile.c23 #include <linux/writeback.h>
731 * except in the data=writeback case.
1149 * semantics. If the writeback or invalidate fails, only report
/linux-master/mm/
H A Dvmstat.c26 #include <linux/writeback.h>
H A Dzswap.c34 #include <linux/writeback.h>
155 * when a zswap_entry is taken off the lru for writeback, in that case it
1014 * writeback code
1021 * This can be thought of as a "resumed writeback" of the folio
1023 * writeback path that was intercepted with the zswap_store()
1049 * shrinker. We generally writeback cold folios from zswap, and
1090 /* start writeback */
1224 * The shrinker resumes swap writeback, which will enter block
1510 * The publishing order matters to prevent writeback from seeing
1542 * Otherwise, writeback coul
[all...]
/linux-master/fs/ext2/
H A Dinode.c32 #include <linux/writeback.h>
744 * We must unmap blocks before zeroing so that writeback cannot
/linux-master/fs/bcachefs/
H A Dfs-io.c37 #include <trace/events/writeback.h>
319 * writeback - doing an i_size update if necessary - or whether it will
H A Dfs-io-buffered.c16 #include <linux/writeback.h>
440 * The writeback flag is effectively our ref on the inode -
542 * Things get really hairy with errors during writeback:
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h606 /// Describe how to display a surface in multi-plane setup and output to different output and writeback using the specified timgin
612 struct dml_writeback_cfg_st writeback; member in struct:dml_display_cfg_st
/linux-master/fs/ocfs2/
H A Djournal.c18 #include <linux/writeback.h>
/linux-master/fs/
H A Dinode.c24 #include <trace/events/writeback.h>
660 * does not start destroying it while writeback is still running. Since
662 * the inode. We just have to wait for running writeback to finish.
1003 * - quotas, fsnotify, writeback can't work
1930 * Update the accessed time on an inode and mark it for writeback.
2121 * writeback. Note that this function is meant exclusively for usage in

Completed in 550 milliseconds

12345678