Home
last modified time | relevance | path

Searched refs:drbd_proc (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/block/drbd/
DMakefile2 drbd-y := drbd_buildtag.o drbd_bitmap.o drbd_proc.o
Ddrbd_proc.c24 struct proc_dir_entry *drbd_proc; variable
Ddrbd_main.c2341 if (drbd_proc) in drbd_cleanup()
2871 drbd_proc = NULL; /* play safe for drbd_cleanup */ in drbd_init()
2888 drbd_proc = proc_create_single("drbd", S_IFREG | 0444 , NULL, drbd_seq_show); in drbd_init()
2889 if (!drbd_proc) { in drbd_init()
Ddrbd_int.h1526 extern struct proc_dir_entry *drbd_proc;