Home
last modified time | relevance | path

Searched refs:db_len (Results 1 – 1 of 1) sorted by relevance

/fs/ocfs2/cluster/
Dheartbeat.c90 int db_len; member
1206 while ((i = find_next_bit(map, db->db_len, i + 1)) < db->db_len) in o2hb_debug_open()
1269 struct o2hb_debug_buf **db, int db_len, in o2hb_debug_create() argument
1272 *db = kmalloc(db_len, GFP_KERNEL); in o2hb_debug_create()
1278 (*db)->db_len = len; in o2hb_debug_create()