Searched refs:LPROCFS_OBD_OP_INIT (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1325 #define LPROCFS_OBD_OP_INIT(base, stats, op) \ macro 1334 LPROCFS_OBD_OP_INIT(num_private_stats, stats, iocontrol); in lprocfs_init_ops_stats() 1335 LPROCFS_OBD_OP_INIT(num_private_stats, stats, get_info); in lprocfs_init_ops_stats() 1336 LPROCFS_OBD_OP_INIT(num_private_stats, stats, set_info_async); in lprocfs_init_ops_stats() 1337 LPROCFS_OBD_OP_INIT(num_private_stats, stats, attach); in lprocfs_init_ops_stats() 1338 LPROCFS_OBD_OP_INIT(num_private_stats, stats, detach); in lprocfs_init_ops_stats() 1339 LPROCFS_OBD_OP_INIT(num_private_stats, stats, setup); in lprocfs_init_ops_stats() 1340 LPROCFS_OBD_OP_INIT(num_private_stats, stats, precleanup); in lprocfs_init_ops_stats() 1341 LPROCFS_OBD_OP_INIT(num_private_stats, stats, cleanup); in lprocfs_init_ops_stats() 1342 LPROCFS_OBD_OP_INIT(num_private_stats, stats, process_config); in lprocfs_init_ops_stats() [all …]
|