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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmdebug.h47 char *dl_buf; member in struct:debug_lockres
H A Ddlmdebug.c664 dump_lockres(res, dl->dl_buf, dl->dl_len - 1);
687 seq_printf(s, "%s", dl->dl_buf);
713 dl->dl_buf = kmalloc(dl->dl_len, GFP_KERNEL);
714 if (!dl->dl_buf) {
734 kfree(dl->dl_buf);
747 kfree(dl->dl_buf);

Completed in 97 milliseconds