Searched refs:dirtied (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/include/trace/events/ |
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-6.1.9/fs/ceph/ |
D | inode.c | 2020 int release = 0, dirtied = 0; in __ceph_setattr() local 2059 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2074 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2088 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2105 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2110 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2129 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2148 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2153 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2179 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() [all …]
|
/linux-6.1.9/mm/ |
D | page-writeback.c | 1173 unsigned long dirtied, in wb_update_dirty_ratelimit() argument 1194 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit() 1337 unsigned long dirtied; in __wb_update_bandwidth() local 1349 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth() 1354 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth() 1362 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth() 1367 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
|
D | memory.c | 3004 bool dirtied; in fault_dirty_shared_page() local 3007 dirtied = set_page_dirty(page); in fault_dirty_shared_page() 3030 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page()
|
/linux-6.1.9/Documentation/admin-guide/sysctl/ |
D | vm.rst | 208 When a lazytime inode is constantly having its pages dirtied, the inode with 292 be dirtied. As a result, on systems with a large amount of memory and 296 Changing the value to non zero would allow more memory to be dirtied
|
/linux-6.1.9/fs/f2fs/ |
D | segment.c | 4031 bool dirtied; in remove_sits_in_journal() local 4034 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal() 4036 if (!dirtied) in remove_sits_in_journal()
|
/linux-6.1.9/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 96 dirtied are not forced to be written to disk as often. The control script also
|
/linux-6.1.9/drivers/scsi/ |
D | st.c | 4920 const unsigned int nr_pages, int dirtied) in sgl_unmap_user_pages() argument 4923 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
|
/linux-6.1.9/Documentation/filesystems/ |
D | vfs.rst | 701 that have dirtied each individual page however, so determining which 824 that data needs to be updated when a folio is dirtied. This is
|
D | xfs-delayed-logging-design.rst | 866 for every outstanding transaction they were dirtied in. When each of these
|
/linux-6.1.9/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1872 Page cache is dirtied through buffered writes and shared mmaps and 1905 mostly dirtied by a single cgroup even when the main writing cgroup
|
/linux-6.1.9/Documentation/virt/kvm/ |
D | api.rst | 355 Given a memory slot, return a bitmap containing any pages dirtied 5439 dirtied at any time if event channel interrupt delivery is enabled, so 6545 * kvm_dirty_regs specified the register classes dirtied by userspace 7963 dirtied harvested reset
|