Home
last modified time | relevance | path

Searched refs:hypfs_dbfs_data (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/s390/hypfs/
Dhypfs_dbfs.c13 static struct hypfs_dbfs_data *hypfs_dbfs_data_alloc(struct hypfs_dbfs_file *f) in hypfs_dbfs_data_alloc()
15 struct hypfs_dbfs_data *data; in hypfs_dbfs_data_alloc()
27 struct hypfs_dbfs_data *data; in hypfs_dbfs_data_free()
29 data = container_of(kref, struct hypfs_dbfs_data, kref); in hypfs_dbfs_data_free()
36 struct hypfs_dbfs_data *data; in data_free_delayed()
50 struct hypfs_dbfs_data *data; in dbfs_read()
Dhypfs.h46 struct hypfs_dbfs_data { struct
61 struct hypfs_dbfs_data *data; argument