Searched refs:writeback (Results 1 - 25 of 178) sorted by last modified time

12345678

/linux-master/fs/btrfs/
H A Dqgroup.c8 #include <linux/writeback.h>
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
H A Dioctl.c18 #include <linux/writeback.h>
1056 * possible. This is to avoid later writeback (running dealloc) to
1066 * All previous writes have started writeback in NOCOW mode, so now
H A Dinode.c18 #include <linux/writeback.h>
1157 /* Here we're doing allocation and writeback of the compressed pages */
1188 /* Clear dirty, set writeback and unlock the pages. */
1317 * writeback for the dirty sectors of page, that means data writeback
1318 * is doing more writeback than what we want.
1369 * size as the original extents. Normally writeback for relocation data
1470 * dirty bits and don't set any writeback bits
1575 * Phase two of compressed writeback. This is the ordered portion of the code,
1678 * only for foreign writeback detectio
[all...]
H A Dextent_io.c13 #include <linux/writeback.h>
456 * - clear the writeback bits in the extent tree for the range
785 * Pick the last added device to support cgroup writeback. For
1350 * writeback the sectors with subpage dirty bits,
1351 * causing writeback without ordered extent.
1395 "page %lu not writeback, cur %llu end %llu",
1429 * are found, they are marked writeback. Then the lock bits are removed
1430 * and the end_io handler clears the writeback ranges
1500 * Lock extent buffer status and pages for writeback.
1563 * If writeback fo
[all...]
H A Dextent-tree.c9 #include <linux/writeback.h>
H A Dtransaction.c10 #include <linux/writeback.h>
1138 * and wait for writeback of this range to finish - because we
1141 * writeback for this range started and therefore wouldn't
1144 * writeback hasn't finished yet (and without errors).
2103 * Note that try_to_writeback_inodes_sb() will only trigger writeback
/linux-master/drivers/block/
H A Dublk_drv.c28 #include <linux/writeback.h>
/linux-master/mm/
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.
H A Dshmem.c62 #include <linux/writeback.h>
1430 * Our capabilities prevent regular writeback or sync from ever calling
1433 * swap only in response to memory pressure, and not for the writeback
H A Dmemory.c63 #include <linux/writeback.h>
3136 * Throttle page dirtying rate down to writeback speed.
3409 * concurrent faults / writeback (such as DAX radix tree locks).
4168 * concurrent page modifications while under writeback.
4173 * while still under writeback.
4177 * writeback only if we fully unmapped the page and
4512 * deadlocks for memcg reclaim which waits for pages under writeback:
4523 * # flush A, B to clear the writeback
5104 * background writeback, dirty balancing and application behaviour.
/linux-master/include/trace/events/
H A Dmmflags.h116 DEF_PAGEFLAG_NAME(writeback), \
/linux-master/include/linux/
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/ntfs3/
H A Dinode.c14 #include <linux/writeback.h>
/linux-master/fs/
H A Dioctl.c17 #include <linux/writeback.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c5294 bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY; local
5301 if (writeback) {
/linux-master/block/
H A Dbdev.c22 #include <linux/writeback.h>
69 "VFS: Dirty inode writeback failed for block device %pg (err=%d).\n",
394 blockdev_superblock = blockdev_mnt->mnt_sb; /* For writeback */
1225 * that applications can catch the writeback error using
H A Dblk-core.c30 #include <linux/writeback.h>
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S142 ; either a dst of emulated LD/ST or src with address-writeback
/linux-master/fs/smb/server/
H A Dvfs.c12 #include <linux/writeback.h>
/linux-master/arch/x86/kvm/
H A Dx86.c4568 int writeback)
4592 if (writeback && copy_to_user(user_msrs->entries, entries, size))
9123 bool writeback = true; local
9194 goto writeback;
9250 writeback = false;
9258 writeback = false;
9262 writeback = false;
9269 writeback:
9270 if (writeback) {
4565 msr_io(struct kvm_vcpu *vcpu, struct kvm_msrs __user *user_msrs, int (*do_msr)(struct kvm_vcpu *vcpu, unsigned index, u64 *data), int writeback) argument
/linux-master/init/
H A Dmain.c50 #include <linux/writeback.h>
/linux-master/fs/bcachefs/
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/fs/ceph/
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...]

Completed in 600 milliseconds

12345678