Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c4392 char *entries, *buf, *bucket_buf = NULL; in ocfs2_defrag_xattr_bucket() local
4404 bucket_buf = kmalloc(OCFS2_XATTR_BUCKET_SIZE, GFP_NOFS); in ocfs2_defrag_xattr_bucket()
4405 if (!bucket_buf) { in ocfs2_defrag_xattr_bucket()
4410 buf = bucket_buf; in ocfs2_defrag_xattr_bucket()
4421 xh = (struct ocfs2_xattr_header *)bucket_buf; in ocfs2_defrag_xattr_bucket()
4455 memmove(bucket_buf + end - len, in ocfs2_defrag_xattr_bucket()
4456 bucket_buf + offset, len); in ocfs2_defrag_xattr_bucket()
4472 memset(bucket_buf + xh_free_start, 0, end - xh_free_start); in ocfs2_defrag_xattr_bucket()
4480 buf = bucket_buf; in ocfs2_defrag_xattr_bucket()
4486 kfree(bucket_buf); in ocfs2_defrag_xattr_bucket()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c4386 char *entries, *buf, *bucket_buf = NULL; in ocfs2_defrag_xattr_bucket() local
4398 bucket_buf = kmalloc(OCFS2_XATTR_BUCKET_SIZE, GFP_NOFS); in ocfs2_defrag_xattr_bucket()
4399 if (!bucket_buf) { in ocfs2_defrag_xattr_bucket()
4404 buf = bucket_buf; in ocfs2_defrag_xattr_bucket()
4415 xh = (struct ocfs2_xattr_header *)bucket_buf; in ocfs2_defrag_xattr_bucket()
4449 memmove(bucket_buf + end - len, in ocfs2_defrag_xattr_bucket()
4450 bucket_buf + offset, len); in ocfs2_defrag_xattr_bucket()
4466 memset(bucket_buf + xh_free_start, 0, end - xh_free_start); in ocfs2_defrag_xattr_bucket()
4474 buf = bucket_buf; in ocfs2_defrag_xattr_bucket()
4480 kfree(bucket_buf); in ocfs2_defrag_xattr_bucket()
[all...]

Completed in 16 milliseconds