Home
last modified time | relevance | path

Searched refs:writeback (Results 51 – 75 of 141) sorted by relevance

123456

/openbmc/linux/Documentation/filesystems/
H A Dapi-summary.rst71 .. kernel-doc:: fs/fs-writeback.c
H A D9p.rst89 0b00000100 writeback behavior (as opposed to writethrough)
99 mmap 0b00000101 (read-ahead + writeback file cache)
/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h142 atomic_long_t writeback; /* number of writeback pages */ member
H A Dregset.h204 user_regset_writeback_fn *writeback; member
/openbmc/qemu/tests/vm/
H A DMakefile.include129 -drive if=none,id=vblk,cache=writeback,file="$<" \
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drm.c551 if (pipe->output->writeback) in vsp1_du_pipeline_configure()
893 if (cfg->writeback.pixelformat) { in vsp1_du_atomic_flush()
894 const struct vsp1_du_writeback_config *wb_cfg = &cfg->writeback; in vsp1_du_atomic_flush()
905 pipe->output->writeback = true; in vsp1_du_atomic_flush()
/openbmc/linux/Documentation/filesystems/nfs/
H A Dexporting.rst227 an export to disable writeback throttling.
238 On most filesystems, inodes can remain under writeback after the
240 threads to handle writeback. Certain filesystems, such as NFS, flush
243 waiting for writeback when closing such files.
/openbmc/qemu/tests/qemu-iotests/
H A D244248 -t writeback \
H A D051250 run_qemu -drive driver=null-co,read-zeroes=on,cache=writeback
258 for cache in writeback writethrough unsafe invalid_value; do
/openbmc/linux/Documentation/admin-guide/
H A Dext4.rst62 data=writeback' can be faster for some workloads. (Note however that
63 running mounted with data=writeback can potentially leave stale data
181 data=writeback
195 writeback of those data begins only after time set in
409 * writeback mode
411 In data=writeback mode, ext4 does not journal data at all. This mode provides
423 mode performs slightly slower than writeback but significantly faster than
484 The maximum number of megabytes the writeback code will try to write
/openbmc/linux/fs/btrfs/
H A Dcompression.c230 if (cb->writeback) in btrfs_finish_compressed_write_work()
281 bool writeback) in btrfs_submit_compressed_write() argument
297 cb->writeback = writeback; in btrfs_submit_compressed_write()
/openbmc/linux/Documentation/core-api/
H A Dmm-api.rst76 .. kernel-doc:: mm/page-writeback.c
/openbmc/linux/fs/
H A DMakefile14 seq_file.o xattr.o libfs.o fs-writeback.o \
/openbmc/linux/include/trace/events/
H A Dmmflags.h116 DEF_PAGEFLAG_NAME(writeback), \
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst97 changes the dirty background ratio, so that background writeback of dirty pages
158 before a writeback is forced, while laptop mode is active. Corresponds to
164 after a forced writeback is done due to an exceeding of DIRTY_RATIO. Set
172 are disabled, and the dirty_background_ratio only determines how much writeback
252 # calls write() does its own writeback
368 # calls write() does its own writeback
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dera.rst92 - Cache returns to writeback/writethrough mode
H A Ddm-ima.rst348 … <cache_device> "," <cache_origin_device> "," <writethrough> "," <writeback> ","
358 writeback := "writeback=" <yes_no>
371 …cache_metadata_device=253:4,cache_device=253:3,cache_origin_device=253:5,writethrough=y,writeback=…
589 journal_dev_mode_str := "writethrough" | "writeback" | "invalid"
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dnxp,imx8-isi.yaml17 CSI-2 RX, HDMI RX, ...) and display engine outputs for writeback support.
/openbmc/linux/mm/
H A DMakefile50 maccess.o page-writeback.o folio-compat.o \
H A Dpage-writeback.c1740 unsigned long filepages, headroom, writeback; in balance_dirty_pages() local
1747 &mdtc->dirty, &writeback); in balance_dirty_pages()
1748 mdtc->dirty += writeback; in balance_dirty_pages()
2130 unsigned long filepages, headroom, writeback; in wb_over_bg_thresh() local
2133 &writeback); in wb_over_bg_thresh()
/openbmc/linux/drivers/md/bcache/
H A Dmovinggc.c104 op->writeback = KEY_DIRTY(&io->w->key); in write_moving()
/openbmc/linux/Documentation/gpu/
H A Dkomeda-kms.rst73 Similar to Layer Split, but Splitter is used for writeback, which splits the
253 :alt: writeback digraph
269 :alt: split writeback digraph
/openbmc/linux/fs/nfs/
H A Dfile.c462 bool *dirty, bool *writeback) in nfs_check_dirty_writeback() argument
474 *writeback = true; in nfs_check_dirty_writeback()
/openbmc/linux/arch/m68k/mac/
H A Dvia.c293 void via_l2_flush(int writeback) in via_l2_flush() argument
/openbmc/linux/Documentation/mm/
H A Dpage_migration.rst96 2. Ensure that writeback is complete.
136 15. Queued up writeback on the new page is triggered.

123456