Lines Matching refs:xattr_buf
1240 struct ceph_buffer *xattr_buf; member
1273 arg->xattr_buf ? (int)arg->xattr_buf->vec.iov_len : 0); in encode_cap_msg()
1310 if (arg->xattr_buf) { in encode_cap_msg()
1311 msg->middle = ceph_buffer_get(arg->xattr_buf); in encode_cap_msg()
1312 fc->xattr_len = cpu_to_le32(arg->xattr_buf->vec.iov_len); in encode_cap_msg()
1313 msg->hdr.middle_len = cpu_to_le32(arg->xattr_buf->vec.iov_len); in encode_cap_msg()
1456 arg->xattr_buf = ceph_buffer_get(ci->i_xattrs.blob); in __prep_cap()
1458 arg->xattr_buf = NULL; in __prep_cap()
1557 ceph_buffer_put(arg->xattr_buf); in __send_cap()
1580 arg.xattr_buf = capsnap->xattr_blob; in __send_flush_snap()
3502 struct ceph_buffer *xattr_buf, in handle_cap_grant() argument
3629 ci->i_xattrs.blob = ceph_buffer_get(xattr_buf); in handle_cap_grant()