Searched refs:drbd_single_open (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 418 static int drbd_single_open(struct file *file, int (*show)(struct seq_file *, void *), in drbd_single_open() function 446 return drbd_single_open(file, in_flight_summary_show, resource, in in_flight_summary_open() 554 return drbd_single_open(file, callback_history_show, connection, in callback_history_open() 601 return drbd_single_open(file, connection_oldest_requests_show, connection, in connection_oldest_requests_open() 748 return drbd_single_open(file, device_ ## name ## _show, device, \
|