Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_iext_tree.c135 if (ifp->if_height == 1) in xfs_iext_max_recs()
164 if (!ifp->if_height) in xfs_iext_find_first_leaf()
167 for (height = ifp->if_height; height > 1; height--) { in xfs_iext_find_first_leaf()
182 if (!ifp->if_height) in xfs_iext_find_last_leaf()
185 for (height = ifp->if_height; height > 1; height--) { in xfs_iext_find_last_leaf()
240 if (ifp->if_height > 1 && !xfs_iext_valid(ifp, cur) && in xfs_iext_next()
268 if (ifp->if_height > 1 && cur->leaf->prev) { in xfs_iext_prev()
312 if (!ifp->if_height) in xfs_iext_find_level()
315 for (height = ifp->if_height; height > level; height--) { in xfs_iext_find_level()
404 if (ifp->if_height == 1) { in xfs_iext_grow()
[all …]
H A Dxfs_inode_fork.c129 ifp->if_height = 0; in xfs_iformat_extents()
216 ifp->if_height = 0; in xfs_iformat_btree()
539 if (ifp->if_height) in xfs_idestroy_fork()
H A Dxfs_inode_fork.h19 int if_height; /* height of the extent tree */ member
H A Dxfs_bmap.c751 ifp->if_height = 0; in xfs_bmap_local_to_extents_empty()
836 ifp->if_height = 0; in xfs_bmap_local_to_extents()