Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dproc_fs.h115 extern struct file_operations proc_kcore_operations;
/linux-2.4.37.9/fs/proc/
Dkcore.c34 struct file_operations proc_kcore_operations = { variable
Dproc_misc.c649 proc_root_kcore->proc_fops = &proc_kcore_operations; in proc_misc_init()