Lines Matching refs:high
1538 int high; /* upper boundary in search */ in xfs_iext_bno_to_ext() local
1555 high = erp->er_extcount - 1; in xfs_iext_bno_to_ext()
1558 high = nextents - 1; in xfs_iext_bno_to_ext()
1561 while (low <= high) { in xfs_iext_bno_to_ext()
1562 idx = (low + high) >> 1; in xfs_iext_bno_to_ext()
1567 high = idx - 1; in xfs_iext_bno_to_ext()
1609 int high; /* binary search upper limit */ in xfs_iext_bno_to_irec() local
1616 high = nlists - 1; in xfs_iext_bno_to_irec()
1617 while (low <= high) { in xfs_iext_bno_to_irec()
1618 erp_idx = (low + high) >> 1; in xfs_iext_bno_to_irec()
1622 high = erp_idx - 1; in xfs_iext_bno_to_irec()
1651 int high; /* binary search upper limit */ in xfs_iext_idx_to_irec() local
1663 high = nlists - 1; in xfs_iext_idx_to_irec()
1666 while (low <= high) { in xfs_iext_idx_to_irec()
1667 erp_idx = (low + high) >> 1; in xfs_iext_idx_to_irec()
1672 high = erp_idx - 1; in xfs_iext_idx_to_irec()