Searched refs:drbd_proc_fops (Results 1 – 3 of 3) sorted by relevance
41 const struct file_operations drbd_proc_fops = { variable
1652 extern const struct file_operations drbd_proc_fops;
3010 drbd_proc = proc_create_data("drbd", S_IFREG | S_IRUGO , NULL, &drbd_proc_fops, NULL); in drbd_init()