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

12345678

/linux-master/fs/
H A Dioctl.c17 #include <linux/writeback.h>
/linux-master/fs/btrfs/
H A Dordered-data.c8 #include <linux/writeback.h>
773 * Wait on page writeback for all the pages in the extent and the IO completion
792 * pages in the range can be dirty, clean or writeback. We
831 * 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.c290 atomic_t writeback; member in struct:cache_stats
347 * background io. eg, promotion, writeback.
981 atomic_inc(&stats->writeback);
1985 * feature args : writethrough. (The default is writeback.)
2167 if (!strcasecmp(arg, "writeback")) {
3031 DMEMIT("writeback ");
3167 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/gfs2/
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 Dsuper.c24 #include <linux/writeback.h>
438 * @wbc: The writeback control structure
1125 state = "writeback";
H A Dfile.c23 #include <linux/writeback.h>
730 * except in the data=writeback case.
1148 * semantics. If the writeback or invalidate fails, only report
/linux-master/mm/
H A Dvmstat.c26 #include <linux/writeback.h>
H A Dzswap.c35 #include <linux/writeback.h>
171 * when a zswap_entry is taken off the lru for writeback, in that case it
1112 * writeback code
1119 * This can be thought of as a "resumed writeback" of the folio
1121 * writeback path that was intercepted with the zswap_store()
1146 * shrinker. We generally writeback cold folios from zswap, and
1193 /* start writeback */
1327 * The shrinker resumes swap writeback, which will enter block
1627 * Otherwise, writeback could overwrite the new data in the swapfile.
/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/ext2/
H A Dinode.c32 #include <linux/writeback.h>
744 * We must unmap blocks before zeroing so that writeback cannot
/linux-master/fs/nilfs2/
H A Dsuper.c35 #include <linux/writeback.h>
H A Dinode.c15 #include <linux/writeback.h>
/linux-master/include/linux/
H A Dmemcontrol.h23 #include <linux/writeback.h>
/linux-master/fs/bcachefs/
H A Dfs-io-buffered.c16 #include <linux/writeback.h>
550 * Things get really hairy with errors during writeback:
H A Dfs-io.c37 #include <trace/events/writeback.h>
316 * writeback - doing an i_size update if necessary - or whether it will
/linux-master/fs/zonefs/
H A Dsuper.c15 #include <linux/writeback.h>
/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>

Completed in 441 milliseconds

12345678