Home
last modified time | relevance | path

Searched refs:page_cgroup_ino (Results 1 – 4 of 4) sorted by relevance

/linux/include/trace/events/
H A Dwriteback.h257 __field(ino_t, page_cgroup_ino)
269 __entry->page_cgroup_ino = cgroup_ino(folio_memcg(folio)->css.cgroup);
272 TP_printk("bdi %s[%llu]: ino=%lu memcg_id=%u cgroup_ino=%lu page_cgroup_ino=%lu",
278 (unsigned long)__entry->page_cgroup_ino
/linux/fs/proc/
H A Dpage.c97 info = page_cgroup_ino(page); in kpage_read()
/linux/mm/
H A Dmemory-failure.c283 if (page_cgroup_ino(p) != hwpoison_filter_memcg) in hwpoison_filter_task()
H A Dmemcontrol.c262 * page_cgroup_ino - return inode number of the memcg a page is charged to
271 * after page_cgroup_ino() returns, so it only should be used by callers that
274 ino_t page_cgroup_ino(struct page *page) in page_cgroup_ino() function