Searched refs:dirtied (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/fs/ceph/ |
D | inode.c | 2036 int release = 0, dirtied = 0; in __ceph_setattr() local 2075 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2090 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2104 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2121 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2126 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2144 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2163 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2168 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2194 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() [all …]
|
/Linux-v5.10/include/trace/events/ |
D | writeback.h | 630 unsigned long dirtied, 637 dirtied, period, pause, start_time), 648 __field(unsigned int, dirtied) 670 __entry->dirtied = dirtied; 695 __entry->dirtied,
|
/Linux-v5.10/mm/ |
D | page-writeback.c | 1182 unsigned long dirtied, in wb_update_dirty_ratelimit() argument 1203 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit() 1347 unsigned long dirtied; in __wb_update_bandwidth() local 1358 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth() 1370 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth() 1378 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth() 1384 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
|
D | memory.c | 2730 bool dirtied; in fault_dirty_shared_page() local 2733 dirtied = set_page_dirty(page); in fault_dirty_shared_page() 2756 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page()
|
/Linux-v5.10/Documentation/admin-guide/sysctl/ |
D | vm.rst | 214 When a lazytime inode is constantly having its pages dirtied, the inode with 298 be dirtied. As a result, on systems with a large amount of memory and 302 Changing the value to non zero would allow more memory to be dirtied
|
/Linux-v5.10/fs/f2fs/ |
D | segment.c | 4069 bool dirtied; in remove_sits_in_journal() local 4072 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal() 4074 if (!dirtied) in remove_sits_in_journal()
|
/Linux-v5.10/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.10/drivers/scsi/ |
D | st.c | 4976 const unsigned int nr_pages, int dirtied) in sgl_unmap_user_pages() argument 4979 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
|
/Linux-v5.10/Documentation/filesystems/ |
D | vfs.rst | 677 that have dirtied each individual page however, so determining which 780 that data needs to be updated when a page is dirtied. This is
|
D | xfs-delayed-logging-design.rst | 583 for every outstanding transaction they were dirtied in. When each of these
|
/Linux-v5.10/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1715 Page cache is dirtied through buffered writes and shared mmaps and 1748 mostly dirtied by a single cgroup even when the main writing cgroup
|
/Linux-v5.10/Documentation/virt/kvm/ |
D | api.rst | 346 Given a memory slot, return a bitmap containing any pages dirtied 5315 * kvm_dirty_regs specified the register classes dirtied by userspace
|