Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ceph/
Dinode.c2041 int release = 0, dirtied = 0; in __ceph_setattr() local
2080 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2095 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2109 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2126 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2131 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2149 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2168 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2173 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2199 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
[all …]
/kernel/linux/linux-5.10/include/trace/events/
Dwriteback.h630 unsigned long dirtied,
637 dirtied, period, pause, start_time),
648 __field(unsigned int, dirtied)
670 __entry->dirtied = dirtied;
695 __entry->dirtied,
/kernel/linux/linux-5.10/mm/
Dpage-writeback.c1177 unsigned long dirtied, in wb_update_dirty_ratelimit() argument
1198 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit()
1342 unsigned long dirtied; in __wb_update_bandwidth() local
1353 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth()
1365 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth()
1373 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth()
1379 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
Dmemory.c2757 bool dirtied; in fault_dirty_shared_page() local
2760 dirtied = set_page_dirty(page); in fault_dirty_shared_page()
2783 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page()
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Dvm.rst206 When a lazytime inode is constantly having its pages dirtied, the inode with
290 be dirtied. As a result, on systems with a large amount of memory and
294 Changing the value to non zero would allow more memory to be dirtied
/kernel/linux/linux-5.10/fs/f2fs/
Dsegment.c4272 bool dirtied; in remove_sits_in_journal() local
4275 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal()
4277 if (!dirtied) in remove_sits_in_journal()
/kernel/linux/linux-5.10/Documentation/admin-guide/laptops/
Dlaptop-mode.rst96 dirtied are not forced to be written to disk as often. The control script also
/kernel/linux/linux-5.10/drivers/scsi/
Dst.c4976 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()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dvfs.rst677 that have dirtied each individual page however, so determining which
780 that data needs to be updated when a page is dirtied. This is
Dxfs-delayed-logging-design.rst583 for every outstanding transaction they were dirtied in. When each of these
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dcgroup-v2.rst1715 Page cache is dirtied through buffered writes and shared mmaps and
1748 mostly dirtied by a single cgroup even when the main writing cgroup
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dapi.rst349 Given a memory slot, return a bitmap containing any pages dirtied
5323 * kvm_dirty_regs specified the register classes dirtied by userspace