Lines Matching refs:blob
363 ci->i_xattrs.blob ? (int)ci->i_xattrs.blob->vec.iov_len : 0); in __build_xattrs()
372 if (ci->i_xattrs.blob && ci->i_xattrs.blob->vec.iov_len > 4) { in __build_xattrs()
373 p = ci->i_xattrs.blob->vec.iov_base; in __build_xattrs()
374 end = p + ci->i_xattrs.blob->vec.iov_len; in __build_xattrs()
491 if (ci->i_xattrs.blob) in __ceph_build_xattrs_blob()
492 ceph_buffer_put(ci->i_xattrs.blob); in __ceph_build_xattrs_blob()
493 ci->i_xattrs.blob = ci->i_xattrs.prealloc_blob; in __ceph_build_xattrs_blob()
755 struct ceph_buffer *blob = NULL; in ceph_setxattr() local
759 blob = ceph_buffer_new(required_blob_size, GFP_NOFS); in ceph_setxattr()
760 if (!blob) in ceph_setxattr()
765 ci->i_xattrs.prealloc_blob = blob; in ceph_setxattr()
853 struct ceph_buffer *blob; in ceph_removexattr() local
857 blob = ceph_buffer_new(required_blob_size, GFP_NOFS); in ceph_removexattr()
858 if (!blob) in ceph_removexattr()
863 ci->i_xattrs.prealloc_blob = blob; in ceph_removexattr()