Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_proc.c41 const struct file_operations drbd_proc_fops = { variable
Ddrbd_int.h1652 extern const struct file_operations drbd_proc_fops;
Ddrbd_main.c3010 drbd_proc = proc_create_data("drbd", S_IFREG | S_IRUGO , NULL, &drbd_proc_fops, NULL); in drbd_init()