Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dmessenger.c3144 static struct ceph_msg_data *ceph_msg_data_create(enum ceph_msg_data_type type) in ceph_msg_data_create() function
3178 data = ceph_msg_data_create(CEPH_MSG_DATA_PAGES); in ceph_msg_data_add_pages()
3197 data = ceph_msg_data_create(CEPH_MSG_DATA_PAGELIST); in ceph_msg_data_add_pagelist()
3214 data = ceph_msg_data_create(CEPH_MSG_DATA_BIO); in ceph_msg_data_add_bio()