Home
last modified time | relevance | path

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

/linux/mm/
H A Dhwpoison-inject.c74 if (page_cgroup_ino(p) != hwpoison_filter_memcg) in hwpoison_filter_task()
H A Dmemcontrol.c341 * page_cgroup_ino - return inode number of the memcg a page is charged to
350 * after page_cgroup_ino() returns, so it only should be used by callers that
353 ino_t page_cgroup_ino(struct page *page) in page_cgroup_ino() function
369 EXPORT_SYMBOL_GPL(page_cgroup_ino);
/linux/fs/proc/
H A Dpage.c96 info = page_cgroup_ino(page); in kpage_read()