Searched refs:o2hb_debug_create (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/fs/ocfs2/cluster/ |
D | heartbeat.c | 1392 static void o2hb_debug_create(const char *name, struct dentry *dir, in o2hb_debug_create() function 1412 o2hb_debug_create(O2HB_DEBUG_LIVENODES, o2hb_debug_dir, in o2hb_debug_init() 1417 o2hb_debug_create(O2HB_DEBUG_LIVEREGIONS, o2hb_debug_dir, in o2hb_debug_init() 1423 o2hb_debug_create(O2HB_DEBUG_QUORUMREGIONS, o2hb_debug_dir, in o2hb_debug_init() 1430 o2hb_debug_create(O2HB_DEBUG_FAILEDREGIONS, o2hb_debug_dir, in o2hb_debug_init() 1977 o2hb_debug_create(O2HB_DEBUG_LIVENODES, dir, &(reg->hr_db_livenodes), in o2hb_debug_region_init() 1983 o2hb_debug_create(O2HB_DEBUG_REGION_NUMBER, dir, &(reg->hr_db_regnum), in o2hb_debug_region_init() 1987 o2hb_debug_create(O2HB_DEBUG_REGION_ELAPSED_TIME, dir, in o2hb_debug_region_init() 1992 o2hb_debug_create(O2HB_DEBUG_REGION_PINNED, dir, &(reg->hr_db_pinned), in o2hb_debug_region_init()
|