Home
last modified time | relevance | path

Searched defs:proc_fops (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dproc_fs.h101 #define proc_create(name, mode, parent, proc_fops) ({NULL;}) argument
102 #define proc_create_data(name, mode, parent, proc_fops, data) ({NULL;}) argument
/Linux-v4.19/fs/proc/
Dgeneric.c536 const struct file_operations *proc_fops, void *data) in proc_create_data()
552 const struct file_operations *proc_fops) in proc_create()
Dinternal.h46 const struct file_operations *proc_fops; member