Home
last modified time | relevance | path

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

/fs/ceph/
Dmds_client.c1078 int extra_bytes = 0; in create_session_open_msg() local
1093 extra_bytes = 4; /* map length */ in create_session_open_msg()
1095 extra_bytes += 8 + strlen(metadata[i][0]) + in create_session_open_msg()
1100 extra_bytes += 4 + 8; in create_session_open_msg()
1103 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + extra_bytes, in create_session_open_msg()