Home
last modified time | relevance | path

Searched refs:drbd_proc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A DMakefile2 drbd-y := drbd_bitmap.o drbd_proc.o
H A Ddrbd_proc.c3 drbd_proc.c
24 struct proc_dir_entry *drbd_proc; variable
H A Ddrbd_main.c2391 if (drbd_proc) in drbd_cleanup()
2915 drbd_proc = NULL; /* play safe for drbd_cleanup */ in drbd_init()
2932 drbd_proc = proc_create_single("drbd", S_IFREG | 0444 , NULL, drbd_seq_show); in drbd_init()
2933 if (!drbd_proc) { in drbd_init()
H A Ddrbd_int.h1598 /* drbd_proc.c */
1599 extern struct proc_dir_entry *drbd_proc;
/kernel/linux/linux-6.6/drivers/block/drbd/
H A DMakefile2 drbd-y := drbd_buildtag.o drbd_bitmap.o drbd_proc.o
H A Ddrbd_proc.c3 drbd_proc.c
24 struct proc_dir_entry *drbd_proc; variable
H A Ddrbd_main.c2355 if (drbd_proc) in drbd_cleanup()
2878 drbd_proc = NULL; /* play safe for drbd_cleanup */ in drbd_init()
2895 drbd_proc = proc_create_single("drbd", S_IFREG | 0444 , NULL, drbd_seq_show); in drbd_init()
2896 if (!drbd_proc) { in drbd_init()
H A Ddrbd_int.h1535 /* drbd_proc.c */
1536 extern struct proc_dir_entry *drbd_proc;

Completed in 20 milliseconds