Searched refs:proc_call_handler (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 495 static int proc_call_handler(void *data, int write, loff_t *ppos, in proc_call_handler() function 558 return proc_call_handler(table->data, write, ppos, buffer, lenp, in proc_dobitmasks() 577 return proc_call_handler(table->data, write, ppos, buffer, lenp, in proc_dump_kernel() 600 return proc_call_handler(table->data, write, ppos, buffer, lenp, in proc_daemon_file() 625 return proc_call_handler(table->data, write, ppos, buffer, lenp, in proc_debug_mb() 789 return proc_call_handler(table->data, write, ppos, buffer, lenp, in proc_cpt_table()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | router_proc.c | 93 static int proc_call_handler(void *data, int write, loff_t *ppos, in proc_call_handler() function 163 return proc_call_handler(table->data, write, ppos, buffer, lenp, in proc_lnet_stats() 656 return proc_call_handler(table->data, write, ppos, buffer, lenp, in proc_lnet_buffers() 880 return proc_call_handler(table->data, write, ppos, buffer, lenp, in proc_lnet_portal_rotor()
|