Searched refs:writeback (Results 51 - 75 of 178) sorted by relevance

12345678

/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S142 ; either a dst of emulated LD/ST or src with address-writeback
H A Dentry-compact.S280 ; either a dst of emulated LD/ST or src with address-writeback
/linux-master/mm/
H A Dvmscan.c27 #include <linux/writeback.h>
167 unsigned int writeback; member in struct:scan_control::__anon1347
479 * If there are a lot of dirty/writeback folios then do not
481 * towards the end of the LRU if still under writeback.
520 * short. Failing to make progress or waiting on writeback are
523 * writeback to a slow device to excessive referenced folios at the tail
583 * writeback throttled, it is not worth taking the penalty
614 * If the folio is dirty, only perform writeback if that write
621 * this folio's queue, we can perform writeback even if that
786 * If the folio is dirty, under writeback o
887 folio_check_dirty_writeback(struct folio *folio, bool *dirty, bool *writeback) argument
1033 bool dirty, writeback; local
[all...]
H A Dworkingset.c10 #include <linux/writeback.h>
H A Dmempool.c20 #include <linux/writeback.h>
H A Dbacking-dev.c16 #include <linux/writeback.h>
18 #include <trace/events/writeback.h>
35 /* bdi_wq serves all asynchronous writeback tasks */
367 bdi_wq = alloc_workqueue("writeback", WQ_MEM_RECLAIM | WQ_UNBOUND |
762 * living ancestor's writeback. Processed wbs are placed at the end
778 * If wb is dirty, cleaning up the writeback by switching
H A Dpage_io.c21 #include <linux/writeback.h>
/linux-master/arch/arm/mm/
H A Dproc-arm1026.S404 mov r0, #4 @ explicitly disable writeback
/linux-master/fs/ubifs/
H A Dbudget.c22 #include <linux/writeback.h>
/linux-master/fs/ecryptfs/
H A Dmmap.c15 #include <linux/writeback.h>
/linux-master/include/linux/
H A Dbuffer_head.h189 bool *dirty, bool *writeback);
H A Dpage-flags.h57 * and cleared when writeback _starts_ or when read _completes_. PG_writeback
58 * is set before writeback starts and cleared when it finishes.
102 PG_writeback, /* Page is under writeback */
559 TESTPAGEFLAG(Writeback, writeback, PF_NO_TAIL)
560 TESTSCFLAG(Writeback, writeback, PF_NO_TAIL)
/linux-master/fs/gfs2/
H A Dmeta_io.c14 #include <linux/writeback.h>
/linux-master/fs/netfs/
H A Doutput.c12 #include <linux/writeback.h>
98 * writeback completion unless we're in disconnected
106 /* Failure doesn't prevent writeback completion unless
319 * pages must have been marked as writeback as appropriate.
/linux-master/fs/qnx4/
H A Dinode.c22 #include <linux/writeback.h>
/linux-master/fs/nilfs2/
H A Dsegbuf.c12 #include <linux/writeback.h>
H A Dpage.c11 #include <linux/writeback.h>
/linux-master/fs/nfs/
H A Dwrite.c15 #include <linux/writeback.h>
296 /* A writeback failed: mark the page as bad, and invalidate the page cache */
416 if (atomic_long_inc_return(&nfss->writeback) > NFS_CONGESTION_ON_THRESH)
425 if (atomic_long_dec_return(&nfss->writeback) <
1411 * writeback using standard nfs.
1884 if (atomic_long_read(&nfss->writeback) < NFS_CONGESTION_OFF_THRESH)
H A Dfile.c462 bool *dirty, bool *writeback)
469 * if so, have the VM treat it as if the folio is under writeback
474 *writeback = true;
461 nfs_check_dirty_writeback(struct folio *folio, bool *dirty, bool *writeback) argument
/linux-master/include/trace/events/
H A Dwriteback.h3 #define TRACE_SYSTEM writeback
10 #include <linux/writeback.h>
560 TP_printk("dirty=%lu writeback=%lu "
845 * Inode writeback list tracking.
/linux-master/fs/
H A Dbuffer.c37 #include <linux/writeback.h>
84 * Returns if the folio has dirty or writeback buffers. If all the buffers
89 bool *dirty, bool *writeback)
93 *writeback = false;
102 *writeback = true;
107 *writeback = true;
376 * during I/O, and which have the writeback flag cleared upon I/O completion.
437 * PageLocked prevents anyone from starting writeback of a page which is
1056 * writeback, or buffers may be cleaned. This should not
1683 * We are taking a range of blocks for data and we don't want writeback o
88 buffer_check_dirty_writeback(struct folio *folio, bool *dirty, bool *writeback) argument
[all...]
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c110 rcar_du_writeback_setup(crtc, &cfg.writeback);
/linux-master/fs/omfs/
H A Dinode.c15 #include <linux/writeback.h>
/linux-master/fs/ext4/
H A Dpage-io.c17 #include <linux/writeback.h>
229 /* Only reserved conversions from writeback should enter here */
323 /* BIO completion function for page writeback */
480 * racing WB_SYNC_ALL writeback does not skip the folio.
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c17 #include <linux/writeback.h>

Completed in 522 milliseconds

12345678