Searched refs:drbd_single_open (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_debugfs.c | 431 static int drbd_single_open(struct file *file, int (*show)(struct seq_file *, void *), in drbd_single_open() function 463 return drbd_single_open(file, in_flight_summary_show, resource, in in_flight_summary_open() 586 return drbd_single_open(file, callback_history_show, connection, in callback_history_open() 633 return drbd_single_open(file, connection_oldest_requests_show, connection, in connection_oldest_requests_open() 786 return drbd_single_open(file, device_ ## name ## _show, device, \
|