Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c933 struct ceph_buffer *xattrs_buf, in send_cap_msg() argument
945 xattr_version, xattrs_buf ? (int)xattrs_buf->vec.iov_len : 0); in send_cap_msg()
980 if (xattrs_buf) { in send_cap_msg()
981 msg->middle = ceph_buffer_get(xattrs_buf); in send_cap_msg()
982 fc->xattr_len = cpu_to_le32(xattrs_buf->vec.iov_len); in send_cap_msg()
983 msg->hdr.middle_len = cpu_to_le32(xattrs_buf->vec.iov_len); in send_cap_msg()