bucket_buf 4392 fs/ocfs2/xattr.c char *entries, *buf, *bucket_buf = NULL; bucket_buf 4404 fs/ocfs2/xattr.c bucket_buf = kmalloc(OCFS2_XATTR_BUCKET_SIZE, GFP_NOFS); bucket_buf 4405 fs/ocfs2/xattr.c if (!bucket_buf) { bucket_buf 4410 fs/ocfs2/xattr.c buf = bucket_buf; bucket_buf 4421 fs/ocfs2/xattr.c xh = (struct ocfs2_xattr_header *)bucket_buf; bucket_buf 4455 fs/ocfs2/xattr.c memmove(bucket_buf + end - len, bucket_buf 4456 fs/ocfs2/xattr.c bucket_buf + offset, len); bucket_buf 4472 fs/ocfs2/xattr.c memset(bucket_buf + xh_free_start, 0, end - xh_free_start); bucket_buf 4480 fs/ocfs2/xattr.c buf = bucket_buf; bucket_buf 4486 fs/ocfs2/xattr.c kfree(bucket_buf);