high_bucket 3826 fs/ocfs2/xattr.c int low_bucket = 0, bucket, high_bucket; high_bucket 3844 fs/ocfs2/xattr.c high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1; high_bucket 3845 fs/ocfs2/xattr.c while (low_bucket <= high_bucket) { high_bucket 3848 fs/ocfs2/xattr.c bucket = (low_bucket + high_bucket) / 2; high_bucket 3859 fs/ocfs2/xattr.c high_bucket = bucket - 1;