Searched refs:half (Results 1 – 4 of 4) sorted by relevance
1872 int half; in xfs_attr3_leaf_figure_balance() local1882 half = (max + 1) * sizeof(*entry); in xfs_attr3_leaf_figure_balance()1883 half += ichdr1->usedbytes + ichdr2->usedbytes + in xfs_attr3_leaf_figure_balance()1885 half /= 2; in xfs_attr3_leaf_figure_balance()1897 if (XFS_ATTR_ABS(half - tmp) > lastdelta) in xfs_attr3_leaf_figure_balance()1899 lastdelta = XFS_ATTR_ABS(half - tmp); in xfs_attr3_leaf_figure_balance()1918 if (XFS_ATTR_ABS(half - tmp) > lastdelta) in xfs_attr3_leaf_figure_balance()1920 lastdelta = XFS_ATTR_ABS(half - tmp); in xfs_attr3_leaf_figure_balance()
80 to be called from bottom-half (timer) context (on the basis that nobody
1337 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local1498 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ in dtSplitPage()1538 if (left >= half) in dtSplitPage()
340 half full, due to improper understanding of the statfs fields.