Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dxattr.c4400 char *entries, *buf, *bucket_buf = NULL; in ocfs2_defrag_xattr_bucket() local
4412 bucket_buf = kmalloc(OCFS2_XATTR_BUCKET_SIZE, GFP_NOFS); in ocfs2_defrag_xattr_bucket()
4413 if (!bucket_buf) { in ocfs2_defrag_xattr_bucket()
4418 buf = bucket_buf; in ocfs2_defrag_xattr_bucket()
4429 xh = (struct ocfs2_xattr_header *)bucket_buf; in ocfs2_defrag_xattr_bucket()
4463 memmove(bucket_buf + end - len, in ocfs2_defrag_xattr_bucket()
4464 bucket_buf + offset, len); in ocfs2_defrag_xattr_bucket()
4480 memset(bucket_buf + xh_free_start, 0, end - xh_free_start); in ocfs2_defrag_xattr_bucket()
4488 buf = bucket_buf; in ocfs2_defrag_xattr_bucket()
4494 kfree(bucket_buf); in ocfs2_defrag_xattr_bucket()