Home
last modified time | relevance | path

Searched refs:data_create (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/hypfs/
H A Dhypfs.h68 int (*data_create)(void **data, void **data_free_ptr, member
H A Dhypfs_diag0c.c101 .data_create = dbfs_diag0c_create,
H A Dhypfs_sprp.c130 .data_create = hypfs_sprp_create,
H A Dhypfs_dbfs.c51 rc = df->data_create(&data->buf, &data->buf_free_ptr, &data->size); in dbfs_read()