Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Dxattr.c3801 int low_bucket = 0, bucket, high_bucket; in ocfs2_xattr_bucket_find() local
3820 high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1; in ocfs2_xattr_bucket_find()
3821 while (low_bucket <= high_bucket) { in ocfs2_xattr_bucket_find()
3824 bucket = (low_bucket + high_bucket) / 2; in ocfs2_xattr_bucket_find()
3835 high_bucket = bucket - 1; in ocfs2_xattr_bucket_find()