Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dproc_fs.h111 #define proc_create(name, mode, parent, proc_fops) ({NULL;}) argument
112 #define proc_create_data(name, mode, parent, proc_fops, data) ({NULL;}) argument
/Linux-v5.4/fs/proc/
Dgeneric.c539 const struct file_operations *proc_fops, void *data) in proc_create_data()
555 const struct file_operations *proc_fops) in proc_create()
Dinternal.h42 const struct file_operations *proc_fops; member