Searched refs:dirtied (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | writeback.h | 497 unsigned long dirtied, 504 dirtied, period, pause, start_time), 515 __field(unsigned int, dirtied) 537 __entry->dirtied = dirtied; 562 __entry->dirtied,
|
/Linux-v4.19/fs/ceph/ |
D | inode.c | 1949 int release = 0, dirtied = 0; in __ceph_setattr() local 1988 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2003 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2017 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2034 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2039 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2056 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2061 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2079 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2106 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() [all …]
|
/Linux-v4.19/mm/ |
D | page-writeback.c | 1187 unsigned long dirtied, in wb_update_dirty_ratelimit() argument 1208 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit() 1352 unsigned long dirtied; in __wb_update_bandwidth() local 1363 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth() 1375 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth() 1383 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth() 1389 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
|
D | memory.c | 2414 bool dirtied; in fault_dirty_shared_page() local 2417 dirtied = set_page_dirty(page); in fault_dirty_shared_page() 2428 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page()
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 185 When a lazytime inode is constantly having its pages dirtied, the inode with 264 be dirtied. As a result, on systems with a large amount of memory and 268 Changing the value to non zero would allow more memory to be dirtied
|
/Linux-v4.19/fs/f2fs/ |
D | segment.c | 3586 bool dirtied; in remove_sits_in_journal() local 3589 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal() 3591 if (!dirtied) in remove_sits_in_journal()
|
/Linux-v4.19/Documentation/laptops/ |
D | laptop-mode.txt | 94 dirtied are not forced to be written to disk as often. The control script also
|
/Linux-v4.19/drivers/scsi/ |
D | st.c | 4951 const unsigned int nr_pages, int dirtied) in sgl_unmap_user_pages() argument 4958 if (dirtied) in sgl_unmap_user_pages()
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfs.txt | 602 that have dirtied each individual page however, so determining which 697 a page is dirtied. This is called, for example, when a memory
|
D | xfs-delayed-logging-design.txt | 574 for every outstanding transaction they were dirtied in. When each of these
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1415 Page cache is dirtied through buffered writes and shared mmaps and 1448 mostly dirtied by a single cgroup even when the main writing cgroup
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | api.txt | 267 Given a memory slot, return a bitmap containing any pages dirtied 4027 * kvm_dirty_regs specified the register classes dirtied by userspace
|