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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dnetdebug.c52 static struct dentry *nst_dentry; variable in typeref:struct:dentry
404 nst_dentry = debugfs_create_file(NST_DEBUG_NAME, S_IFREG|S_IRUSR,
407 if (!nst_dentry) {
424 if (nst_dentry)
425 debugfs_remove(nst_dentry);
435 if (nst_dentry)
436 debugfs_remove(nst_dentry);

Completed in 101 milliseconds