Searched refs:hypfs_dbfs_dir (Results 1 - 4 of 4) 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.h42 extern struct dentry *hypfs_dbfs_dir;
H A Dinode.c49 struct dentry *hypfs_dbfs_dir; variable in typeref:struct:dentry
472 hypfs_dbfs_dir = debugfs_create_dir("s390_hypfs", NULL);
473 if (IS_ERR(hypfs_dbfs_dir))
474 return PTR_ERR(hypfs_dbfs_dir);
501 debugfs_remove(hypfs_dbfs_dir);
511 debugfs_remove(hypfs_dbfs_dir);
H A Dhypfs_vm.c291 dbfs_d2fc_file = debugfs_create_file("diag_2fc", 0400, hypfs_dbfs_dir,
H A Dhypfs_diag.c625 dbfs_d204_file = debugfs_create_file("diag_204", 0400, hypfs_dbfs_dir,

Completed in 173 milliseconds