Searched refs:ceph_msg_data_create (Results 1 – 1 of 1) sorted by relevance
3259 static struct ceph_msg_data *ceph_msg_data_create(enum ceph_msg_data_type type) in ceph_msg_data_create() function3295 data = ceph_msg_data_create(CEPH_MSG_DATA_PAGES); in ceph_msg_data_add_pages()3314 data = ceph_msg_data_create(CEPH_MSG_DATA_PAGELIST); in ceph_msg_data_add_pagelist()3329 data = ceph_msg_data_create(CEPH_MSG_DATA_BIO); in ceph_msg_data_add_bio()3345 data = ceph_msg_data_create(CEPH_MSG_DATA_BVECS); in ceph_msg_data_add_bvecs()