Searched refs:dirtied (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/fs/ceph/ |
D | inode.c | 1998 int release = 0, dirtied = 0; in __ceph_setattr() local 2037 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2052 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2066 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2083 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2088 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2106 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2125 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2130 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2156 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() [all …]
|
/Linux-v5.4/include/trace/events/ |
D | writeback.h | 639 unsigned long dirtied, 646 dirtied, period, pause, start_time), 657 __field(unsigned int, dirtied) 679 __entry->dirtied = dirtied; 704 __entry->dirtied,
|
/Linux-v5.4/mm/ |
D | page-writeback.c | 1188 unsigned long dirtied, in wb_update_dirty_ratelimit() argument 1209 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit() 1353 unsigned long dirtied; in __wb_update_bandwidth() local 1364 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth() 1376 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth() 1384 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth() 1390 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
|
D | memory.c | 2234 bool dirtied; in fault_dirty_shared_page() local 2237 dirtied = set_page_dirty(page); in fault_dirty_shared_page() 2248 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page()
|
/Linux-v5.4/Documentation/admin-guide/sysctl/ |
D | vm.rst | 194 When a lazytime inode is constantly having its pages dirtied, the inode with 278 be dirtied. As a result, on systems with a large amount of memory and 282 Changing the value to non zero would allow more memory to be dirtied
|
/Linux-v5.4/fs/f2fs/ |
D | segment.c | 3800 bool dirtied; in remove_sits_in_journal() local 3803 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal() 3805 if (!dirtied) in remove_sits_in_journal()
|
/Linux-v5.4/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-v5.4/drivers/scsi/ |
D | st.c | 4957 const unsigned int nr_pages, int dirtied) in sgl_unmap_user_pages() argument 4964 if (dirtied) in sgl_unmap_user_pages()
|
/Linux-v5.4/Documentation/filesystems/ |
D | vfs.rst | 677 that have dirtied each individual page however, so determining which 779 that data needs to be updated when a page is dirtied. This is
|
D | xfs-delayed-logging-design.txt | 574 for every outstanding transaction they were dirtied in. When each of these
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1644 Page cache is dirtied through buffered writes and shared mmaps and 1677 mostly dirtied by a single cgroup even when the main writing cgroup
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | api.txt | 322 Given a memory slot, return a bitmap containing any pages dirtied 4478 * kvm_dirty_regs specified the register classes dirtied by userspace
|