Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_iext_tree.c95 RECS_PER_LEAF = (NODE_SIZE - (2 * sizeof(struct xfs_iext_leaf *))) /
126 struct xfs_iext_leaf { struct
128 struct xfs_iext_leaf *prev; argument
129 struct xfs_iext_leaf *next; argument
380 struct xfs_iext_leaf *leaf, in xfs_iext_leaf_nr_entries()
395 struct xfs_iext_leaf *leaf, in xfs_iext_leaf_key()
409 struct xfs_iext_leaf *prev = ifp->if_u1.if_root; in xfs_iext_grow()
543 static struct xfs_iext_leaf *
548 struct xfs_iext_leaf *leaf = cur->leaf; in xfs_iext_split_leaf()
549 struct xfs_iext_leaf *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_leaf()
[all …]
Dxfs_types.h134 struct xfs_iext_leaf *leaf;