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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs_vm.c23 static struct dentry *dbfs_d2fc_file; variable in typeref:struct:dentry
291 dbfs_d2fc_file = debugfs_create_file("diag_2fc", 0400, hypfs_dbfs_dir,
293 if (IS_ERR(dbfs_d2fc_file))
294 return PTR_ERR(dbfs_d2fc_file);
303 debugfs_remove(dbfs_d2fc_file);

Completed in 37 milliseconds