Searched refs:writeback (Results 126 - 150 of 178) sorted by relevance

12345678

/linux-master/fs/
H A Dsplice.c29 #include <linux/writeback.h>
78 * writeback completing on this folio, since we'll remove it
H A Dlibfs.c19 #include <linux/writeback.h>
936 * Provides ramfs-style behavior: data in the pagecache, but no writeback.
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
H A Dsuper.c29 #include <linux/writeback.h> /* for the emergency remount stuff */
2003 * should not dirty new pages or inodes), writeback can run etc. After waiting
/linux-master/kernel/
H A Dexit.c60 #include <linux/writeback.h>
H A Dsysctl.c43 #include <linux/writeback.h>
/linux-master/fs/hugetlbfs/
H A Dinode.c19 #include <linux/writeback.h>
/linux-master/fs/iomap/
H A Dbuffered-io.c14 #include <linux/writeback.h>
1148 * written and so must still retain the delalloc backing for writeback.
1166 * beyond EOF in this case as writeback will never write back and covert that
1257 * The punch() callback may be called with a folio locked to prevent writeback
1523 "%s: writeback error on inode %lu, offset %lld, sector %llu",
1544 * the writeback completions into manageable chunks to avoid long scheduler
1651 * the submission process has failed after we've marked pages for writeback.
1654 * the writeback bit and let the file system proess the errors.
1722 * also prevents long tight loops ending page writeback on all the
1738 * At the end of a writeback pas
[all...]
/linux-master/drivers/block/
H A Dloop.c23 #include <linux/writeback.h>
/linux-master/mm/
H A Dmigrate.c29 #include <linux/writeback.h>
922 /* Only writeback folios in full synchronous migration */
1357 * and writeback status of all subpages are counted in the reference
H A Dmemory_hotplug.c16 #include <linux/writeback.h>
/linux-master/fs/f2fs/
H A Dcheckpoint.c11 #include <linux/writeback.h>
1587 /* wait for previous submitted meta pages writeback */
H A Dcompress.c11 #include <linux/writeback.h>
1308 /* wait for GCed page writeback via META_MAPPING */
/linux-master/fs/btrfs/
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
H A Dsuper.c17 #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/fs/smb/server/
H A Dvfs.c12 #include <linux/writeback.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4_3.c2611 bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY; local
2615 amdgpu_ring_write(ring, ((writeback ? (EOP_TC_WB_ACTION_EN |
/linux-master/fs/reiserfs/
H A Dinode.c18 #include <linux/writeback.h>
990 * it eligible for writeback at any time by the
2644 * the first submit_bh can bring the folio out of writeback.
2684 * writeback
/linux-master/include/trace/events/
H A Dbtrfs.h8 #include <linux/writeback.h>
/linux-master/drivers/block/zram/
H A Dzram_drv.c695 /* Need for hugepage writeback racing */
723 * attempt to writeback the remaining objects (pages).
2134 static DEVICE_ATTR_WO(writeback);
/linux-master/fs/ocfs2/
H A Dfile.c20 #include <linux/writeback.h>
819 * fs-writeback will release the dirty pages without page lock
/linux-master/fs/nilfs2/
H A Dsegment.c13 #include <linux/writeback.h>
/linux-master/fs/udf/
H A Dinode.c32 #include <linux/writeback.h>
486 * We shouldn't be allocating blocks on page writeback since we allocate them
489 * safely ignore them. So never allocate blocks from page writeback.
/linux-master/fs/ubifs/
H A Dsuper.c26 #include <linux/writeback.h>
2210 * writeback happening.

Completed in 461 milliseconds

12345678