Searched refs:dirtied (Results 1 – 12 of 12) sorted by relevance
/linux/include/trace/events/ |
A D | writeback.h | 631 unsigned long dirtied, 638 dirtied, period, pause, start_time), 649 __field(unsigned int, dirtied) 671 __entry->dirtied = dirtied; 696 __entry->dirtied,
|
/linux/fs/ceph/ |
A D | inode.c | 2002 int release = 0, dirtied = 0; in __ceph_setattr() local 2041 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2056 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2070 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2087 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2092 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2111 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2130 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2135 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2161 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() [all …]
|
/linux/mm/ |
A D | page-writeback.c | 1176 unsigned long dirtied, in wb_update_dirty_ratelimit() argument 1197 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit() 1340 unsigned long dirtied; in __wb_update_bandwidth() local 1352 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth() 1357 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth() 1365 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth() 1370 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
|
A D | memory.c | 2883 bool dirtied; in fault_dirty_shared_page() local 2886 dirtied = set_page_dirty(page); in fault_dirty_shared_page() 2909 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page()
|
/linux/Documentation/admin-guide/sysctl/ |
A D | vm.rst | 207 When a lazytime inode is constantly having its pages dirtied, the inode with 291 be dirtied. As a result, on systems with a large amount of memory and 295 Changing the value to non zero would allow more memory to be dirtied
|
/linux/fs/f2fs/ |
A D | segment.c | 4231 bool dirtied; in remove_sits_in_journal() local 4234 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal() 4236 if (!dirtied) in remove_sits_in_journal()
|
/linux/Documentation/admin-guide/laptops/ |
A D | laptop-mode.rst | 96 dirtied are not forced to be written to disk as often. The control script also
|
/linux/drivers/scsi/ |
A D | st.c | 4919 const unsigned int nr_pages, int dirtied) in sgl_unmap_user_pages() argument 4922 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
|
/linux/Documentation/filesystems/ |
A D | vfs.rst | 696 that have dirtied each individual page however, so determining which 799 that data needs to be updated when a page is dirtied. This is
|
A D | xfs-delayed-logging-design.rst | 583 for every outstanding transaction they were dirtied in. When each of these
|
/linux/Documentation/admin-guide/ |
A D | cgroup-v2.rst | 1757 Page cache is dirtied through buffered writes and shared mmaps and 1790 mostly dirtied by a single cgroup even when the main writing cgroup
|
/linux/Documentation/virt/kvm/ |
A D | api.rst | 361 Given a memory slot, return a bitmap containing any pages dirtied 6065 * kvm_dirty_regs specified the register classes dirtied by userspace 7348 dirtied harvested reset
|
Completed in 54 milliseconds