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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Ddebug_fs.c25 static struct dentry *dlm_root; variable in typeref:struct:dentry
346 dlm_root,
357 dlm_root,
379 dlm_root = debugfs_create_dir("dlm", NULL);
380 return dlm_root ? 0 : -ENOMEM;
385 debugfs_remove(dlm_root);

Completed in 47 milliseconds