Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Dxattr.c1741 return le16_to_cpu(bucket_xh(bucket)->xh_free_start); in ocfs2_xa_bucket_get_free_start()
1854 xh->xh_free_start = cpu_to_le16(nameval_offset); in ocfs2_xa_bucket_add_namevalue()
4392 u16 xh_free_start; in ocfs2_defrag_xattr_bucket() local
4421 xh_free_start = le16_to_cpu(xh->xh_free_start); in ocfs2_defrag_xattr_bucket()
4467 if (xh_free_start == end) in ocfs2_defrag_xattr_bucket()
4470 memset(bucket_buf + xh_free_start, 0, end - xh_free_start); in ocfs2_defrag_xattr_bucket()
4471 xh->xh_free_start = cpu_to_le16(end); in ocfs2_defrag_xattr_bucket()
4701 xh->xh_free_start = cpu_to_le16(blocksize); in ocfs2_divide_xattr_bucket()
4753 le16_to_cpu(xh->xh_free_start)) in ocfs2_divide_xattr_bucket()
4754 xh->xh_free_start = xe->xe_name_offset; in ocfs2_divide_xattr_bucket()
[all …]
A Docfs2_fs.h1008 __le16 xh_free_start; /* current offset for storing member

Completed in 22 milliseconds