Searched refs:b_debug_dir (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/
H A Dblockcheck.h35 struct dentry *b_debug_dir; /* Parent of the debugfs files */ member in struct:ocfs2_blockcheck_stats
H A Dblockcheck.c259 debugfs_remove(stats->b_debug_dir);
260 stats->b_debug_dir = NULL;
272 stats->b_debug_dir = debugfs_create_dir("blockcheck", parent);
273 if (!stats->b_debug_dir)
278 stats->b_debug_dir,
283 stats->b_debug_dir,
288 stats->b_debug_dir,

Completed in 109 milliseconds