Searched refs:dirtied (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/include/trace/events/ |
| D | writeback.h | 527 unsigned long dirtied, 534 dirtied, period, pause, start_time), 545 __field(unsigned int, dirtied) 567 __entry->dirtied = dirtied; 592 __entry->dirtied,
|
| /linux-4.4.14/fs/ceph/ |
| D | inode.c | 1780 int release = 0, dirtied = 0; in ceph_setattr() local 1826 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr() 1841 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr() 1855 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr() 1872 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr() 1877 dirtied |= CEPH_CAP_FILE_WR; in ceph_setattr() 1894 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr() 1899 dirtied |= CEPH_CAP_FILE_WR; in ceph_setattr() 1919 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr() 1947 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr() [all …]
|
| /linux-4.4.14/mm/ |
| D | page-writeback.c | 1147 unsigned long dirtied, in wb_update_dirty_ratelimit() argument 1167 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit() 1311 unsigned long dirtied; in __wb_update_bandwidth() local 1322 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth() 1334 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth() 1342 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth() 1348 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
|
| D | memory.c | 2058 int dirtied; in wp_page_reuse() local 2063 dirtied = set_page_dirty(page); in wp_page_reuse() 2069 if ((dirtied || page_mkwrite) && mapping) { in wp_page_reuse() 3093 int dirtied = 0; in do_shared_fault() local 3125 dirtied = 1; in do_shared_fault() 3134 if ((dirtied || vma->vm_ops->page_mkwrite) && mapping) { in do_shared_fault()
|
| /linux-4.4.14/fs/f2fs/ |
| D | segment.c | 1868 bool dirtied; in remove_sits_in_journal() local 1871 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal() 1873 if (!dirtied) in remove_sits_in_journal()
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | btrfs.txt | 122 The 'flushoncommit' mount option forces any data dirtied by a write in a
|
| D | xfs-delayed-logging-design.txt | 574 for every outstanding transaction they were dirtied in. When each of these
|
| D | vfs.txt | 645 a page is dirtied. This is called, for example, when a memory
|
| /linux-4.4.14/Documentation/cgroups/ |
| D | blkio-controller.txt | 381 Page cache is dirtied through buffered writes and shared mmaps and
|
| /linux-4.4.14/Documentation/laptops/ |
| D | laptop-mode.txt | 94 dirtied are not forced to be written to disk as often. The control script also
|
| /linux-4.4.14/drivers/scsi/ |
| D | st.c | 4856 const unsigned int nr_pages, int dirtied) in sgl_unmap_user_pages() argument 4863 if (dirtied) in sgl_unmap_user_pages()
|
| /linux-4.4.14/Documentation/virtual/kvm/ |
| D | api.txt | 252 Given a memory slot, return a bitmap containing any pages dirtied 3341 * kvm_dirty_regs specified the register classes dirtied by userspace
|