Searched refs:writeback (Results 1 – 15 of 15) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | bcache.h | 153 bool writeback, bool bypass), 154 TP_ARGS(c, inode, bio, writeback, bypass), 162 __field(bool, writeback ) 172 __entry->writeback = writeback; 179 __entry->nr_sector, __entry->writeback, __entry->bypass)
|
D | writeback.h | 3 #define TRACE_SYSTEM writeback
|
/linux-4.19.296/block/ |
D | Kconfig | 143 bool "Enable support for block device writeback throttling" 147 background writeback from the VM, making it more smooth and having 165 bool "Single queue writeback throttling" 169 Enable writeback throttling by default on legacy single queue devices 172 bool "Multiqueue writeback throttling" 176 Enable writeback throttling by default on multiqueue devices.
|
/linux-4.19.296/include/linux/ |
D | nfs_fs_sb.h | 140 atomic_long_t writeback; /* number of writeback pages */ member
|
D | regset.h | 194 user_regset_writeback_fn *writeback; member
|
D | page-flags.h | 314 TESTPAGEFLAG(Writeback, writeback, PF_NO_TAIL) in PAGEFLAG() 315 TESTSCFLAG(Writeback, writeback, PF_NO_TAIL) in PAGEFLAG()
|
D | buffer_head.h | 183 bool *dirty, bool *writeback);
|
/linux-4.19.296/fs/ |
D | Makefile | 13 seq_file.o xattr.o libfs.o fs-writeback.o \
|
D | buffer.c | 83 bool *dirty, bool *writeback) in buffer_check_dirty_writeback() argument 87 *writeback = false; in buffer_check_dirty_writeback() 95 *writeback = true; in buffer_check_dirty_writeback() 101 *writeback = true; in buffer_check_dirty_writeback()
|
D | binfmt_elf.c | 1722 if (regset->writeback) in do_thread_regset_writeback() 1723 regset->writeback(task, regset, 1); in do_thread_regset_writeback()
|
/linux-4.19.296/fs/nfs/ |
D | file.c | 444 bool *dirty, bool *writeback) in nfs_check_dirty_writeback() argument 459 *writeback = true; in nfs_check_dirty_writeback()
|
D | write.c | 349 if (atomic_long_inc_return(&nfss->writeback) > in nfs_set_page_writeback() 366 if (atomic_long_dec_return(&nfss->writeback) < NFS_CONGESTION_OFF_THRESH) in nfs_end_page_writeback() 1855 if (atomic_long_read(&nfss->writeback) < NFS_CONGESTION_OFF_THRESH) in nfs_commit_release_pages()
|
/linux-4.19.296/fs/proc/ |
D | task_mmu.c | 1607 unsigned long writeback; member 1635 md->writeback += nr_pages; in gather_stats() 1833 if (md->writeback) in show_numa_map() 1834 seq_printf(m, " writeback=%lu", md->writeback); in show_numa_map()
|
/linux-4.19.296/fs/btrfs/ |
D | raid56.c | 2410 goto writeback; in finish_parity_scrub() 2473 writeback: in finish_parity_scrub()
|
/linux-4.19.296/fs/ceph/ |
D | caps.c | 3090 bool writeback = false; in handle_cap_grant() local 3258 writeback = true; /* initiate writeback; will delay ack */ in handle_cap_grant() 3321 if (writeback) in handle_cap_grant()
|