Home
last modified time | relevance | path

Searched defs:drbd_resource (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/block/drbd/
Ddrbd_int.h582 struct drbd_resource { struct
583 char *name;
585 struct dentry *debugfs_res;
586 struct dentry *debugfs_res_volumes;
587 struct dentry *debugfs_res_connections;
588 struct dentry *debugfs_res_in_flight_summary;
590 struct kref kref;
591 struct idr devices; /* volume number to device mapping */
592 struct list_head connections;
593 struct list_head resources;
[all …]