Lines Matching refs:xfs_iext_leaf
91 RECS_PER_LEAF = (NODE_SIZE - (2 * sizeof(struct xfs_iext_leaf *))) /
122 struct xfs_iext_leaf { struct
124 struct xfs_iext_leaf *prev; argument
125 struct xfs_iext_leaf *next; argument
376 struct xfs_iext_leaf *leaf, in xfs_iext_leaf_nr_entries()
391 struct xfs_iext_leaf *leaf, in xfs_iext_leaf_key()
412 struct xfs_iext_leaf *prev = ifp->if_data; in xfs_iext_grow()
546 static struct xfs_iext_leaf *
551 struct xfs_iext_leaf *leaf = cur->leaf; in xfs_iext_split_leaf()
552 struct xfs_iext_leaf *new = xfs_iext_alloc_node(NODE_SIZE); in xfs_iext_split_leaf()
639 struct xfs_iext_leaf *new = NULL; in xfs_iext_insert_raw()
808 struct xfs_iext_leaf *leaf, in xfs_iext_rebalance_leaf()
885 struct xfs_iext_leaf *leaf = cur->leaf; in xfs_iext_remove()