Home
last modified time | relevance | path

Searched refs:xh_num_buckets (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c3806 * The ocfs2_xattr_header.xh_num_buckets of the first bucket contains
3844 high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1; in ocfs2_xattr_bucket_find()
4000 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets()
4222 xh->xh_num_buckets = cpu_to_le16(1); in ocfs2_cp_xattr_block_to_bucket()
4524 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster()
4760 /* set xh->xh_num_buckets for the new xh. */ in ocfs2_divide_xattr_bucket()
4762 xh->xh_num_buckets = cpu_to_le16(1); in ocfs2_divide_xattr_bucket()
4764 xh->xh_num_buckets = 0; in ocfs2_divide_xattr_bucket()
4872 * we start copying. The new extent's xh_num_buckets gets set to the
4873 * number of buckets we copied. The old extent's xh_num_buckets shrink
[all...]
H A Docfs2_fs.h1014 __le16 xh_num_buckets; /* Number of xattr buckets member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c3800 * The ocfs2_xattr_header.xh_num_buckets of the first bucket contains
3838 high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1; in ocfs2_xattr_bucket_find()
3994 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets()
4216 xh->xh_num_buckets = cpu_to_le16(1); in ocfs2_cp_xattr_block_to_bucket()
4518 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster()
4754 /* set xh->xh_num_buckets for the new xh. */ in ocfs2_divide_xattr_bucket()
4756 xh->xh_num_buckets = cpu_to_le16(1); in ocfs2_divide_xattr_bucket()
4758 xh->xh_num_buckets = 0; in ocfs2_divide_xattr_bucket()
4866 * we start copying. The new extent's xh_num_buckets gets set to the
4867 * number of buckets we copied. The old extent's xh_num_buckets shrink
[all...]
H A Docfs2_fs.h1012 __le16 xh_num_buckets; /* Number of xattr buckets member

Completed in 22 milliseconds