Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_iext_tree.c123 struct xfs_iext_rec recs[RECS_PER_LEAF];
137 return RECS_PER_LEAF; in xfs_iext_max_recs()
259 ASSERT(cur->pos <= RECS_PER_LEAF); in xfs_iext_prev()
270 cur->pos = RECS_PER_LEAF; in xfs_iext_prev()
546 const int nr_move = RECS_PER_LEAF / 2; in xfs_iext_split_leaf()
551 if (cur->pos == RECS_PER_LEAF) { in xfs_iext_split_leaf()
644 ASSERT(nr_entries <= RECS_PER_LEAF); in xfs_iext_insert()
648 if (nr_entries == RECS_PER_LEAF) in xfs_iext_insert()
806 if (nr_prev + nr_entries <= RECS_PER_LEAF) { in xfs_iext_rebalance_leaf()
821 if (nr_entries + nr_next <= RECS_PER_LEAF) { in xfs_iext_rebalance_leaf()
[all …]

Completed in 5 milliseconds