Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
Ddlmdebug.c619 dump_lockres(res, dl->dl_buf, dl->dl_len - 1); in lockres_seq_start()
642 seq_printf(s, "%s", dl->dl_buf); in lockres_seq_show()
668 dl->dl_buf = kmalloc(dl->dl_len, GFP_KERNEL); in debug_lockres_open()
669 if (!dl->dl_buf) { in debug_lockres_open()
689 kfree(dl->dl_buf); in debug_lockres_open()
702 kfree(dl->dl_buf); in debug_lockres_release()
Ddlmdebug.h42 char *dl_buf; member