Home
last modified time | relevance | path

Searched refs:dirtied (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/include/trace/events/
Dwriteback.h497 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/
Dinode.c1949 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/
Dpage-writeback.c1187 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()
Dmemory.c2414 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/
Dvm.txt185 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/
Dsegment.c3586 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/
Dlaptop-mode.txt94 dirtied are not forced to be written to disk as often. The control script also
/Linux-v4.19/drivers/scsi/
Dst.c4951 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/
Dvfs.txt602 that have dirtied each individual page however, so determining which
697 a page is dirtied. This is called, for example, when a memory
Dxfs-delayed-logging-design.txt574 for every outstanding transaction they were dirtied in. When each of these
/Linux-v4.19/Documentation/admin-guide/
Dcgroup-v2.rst1415 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/
Dapi.txt267 Given a memory slot, return a bitmap containing any pages dirtied
4027 * kvm_dirty_regs specified the register classes dirtied by userspace