Home
last modified time | relevance | path

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

/fs/ceph/
Dmds_client.c1373 int extra_bytes = 0; in create_session_open_msg() local
1390 extra_bytes = 4; /* map length */ in create_session_open_msg()
1392 extra_bytes += 8 + strlen(metadata[i][0]) + in create_session_open_msg()
1402 extra_bytes += 4 + size; in create_session_open_msg()
1409 extra_bytes += 2 + 4 + 4 + size; in create_session_open_msg()
1412 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + extra_bytes, in create_session_open_msg()