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