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