Searched defs:proc_fops (Results 1 – 3 of 3) sorted by relevance
101 #define proc_create(name, mode, parent, proc_fops) ({NULL;}) argument102 #define proc_create_data(name, mode, parent, proc_fops, data) ({NULL;}) argument
536 const struct file_operations *proc_fops, void *data) in proc_create_data()552 const struct file_operations *proc_fops) in proc_create()
46 const struct file_operations *proc_fops; member