dfs_parent        107 drivers/block/mtip32xx/mtip32xx.c static struct dentry *dfs_parent;
dfs_parent       2429 drivers/block/mtip32xx/mtip32xx.c 	if (!dfs_parent)
dfs_parent       2432 drivers/block/mtip32xx/mtip32xx.c 	dd->dfs_node = debugfs_create_dir(dd->disk->disk_name, dfs_parent);
dfs_parent       4399 drivers/block/mtip32xx/mtip32xx.c 	dfs_parent = debugfs_create_dir("rssd", NULL);
dfs_parent       4400 drivers/block/mtip32xx/mtip32xx.c 	if (IS_ERR_OR_NULL(dfs_parent)) {
dfs_parent       4402 drivers/block/mtip32xx/mtip32xx.c 		dfs_parent = NULL;
dfs_parent       4404 drivers/block/mtip32xx/mtip32xx.c 	if (dfs_parent) {
dfs_parent       4406 drivers/block/mtip32xx/mtip32xx.c 					0444, dfs_parent, NULL,
dfs_parent       4417 drivers/block/mtip32xx/mtip32xx.c 		debugfs_remove(dfs_parent);
dfs_parent       4442 drivers/block/mtip32xx/mtip32xx.c 	debugfs_remove_recursive(dfs_parent);