Searched refs:drbd_proc (Results 1 – 4 of 4) sorted by relevance
1 drbd-y := drbd_bitmap.o drbd_proc.o
40 struct proc_dir_entry *drbd_proc; variable
2332 if (drbd_proc) in drbd_cleanup()2924 drbd_proc = NULL; /* play safe for drbd_cleanup */ in drbd_init()2941 drbd_proc = proc_create_data("drbd", S_IFREG | S_IRUGO , NULL, &drbd_proc_fops, NULL); in drbd_init()2942 if (!drbd_proc) { in drbd_init()
1621 extern struct proc_dir_entry *drbd_proc;