Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dcaps.c997 struct ceph_buffer *xattrs_buf, in send_cap_msg() argument
1012 xattr_version, xattrs_buf ? (int)xattrs_buf->vec.iov_len : 0); in send_cap_msg()
1064 if (xattrs_buf) { in send_cap_msg()
1065 msg->middle = ceph_buffer_get(xattrs_buf); in send_cap_msg()
1066 fc->xattr_len = cpu_to_le32(xattrs_buf->vec.iov_len); in send_cap_msg()
1067 msg->hdr.middle_len = cpu_to_le32(xattrs_buf->vec.iov_len); in send_cap_msg()