Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dhwpoison-inject.c11 static struct dentry *hwpoison_dir; variable
74 debugfs_remove_recursive(hwpoison_dir); in pfn_inject_exit()
81 hwpoison_dir = debugfs_create_dir("hwpoison", NULL); in pfn_inject_init()
82 if (hwpoison_dir == NULL) in pfn_inject_init()
90 dentry = debugfs_create_file("corrupt-pfn", 0200, hwpoison_dir, in pfn_inject_init()
95 dentry = debugfs_create_file("unpoison-pfn", 0200, hwpoison_dir, in pfn_inject_init()
101 hwpoison_dir, &hwpoison_filter_enable); in pfn_inject_init()
106 hwpoison_dir, &hwpoison_filter_dev_major); in pfn_inject_init()
111 hwpoison_dir, &hwpoison_filter_dev_minor); in pfn_inject_init()
116 hwpoison_dir, &hwpoison_filter_flags_mask); in pfn_inject_init()
[all …]