Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c1872 int half; in xfs_attr3_leaf_figure_balance() local
1882 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()
/fs/jffs2/
DREADME.Locking80 to be called from bottom-half (timer) context (on the basis that nobody
/fs/jfs/
Djfs_dtree.c1337 int skip, nextindex, half, left, nxt, off, si; in dtSplitPage() local
1498 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ in dtSplitPage()
1538 if (left >= half) in dtSplitPage()
/fs/befs/
DChangeLog340 half full, due to improper understanding of the statfs fields.