Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
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 …]
Dxfs_inode_fork.h19 int if_height; /* height of the extent tree */ member
236 return ifp->if_format == XFS_DINODE_FMT_BTREE && ifp->if_height == 0; in xfs_need_iread_extents()
Dxfs_inode_fork.c135 ifp->if_height = 0; in xfs_iformat_extents()
221 ifp->if_height = 0; in xfs_iformat_btree()
533 if (ifp->if_height) in xfs_idestroy_fork()
Dxfs_bmap.c809 ifp->if_height = 0; in xfs_bmap_local_to_extents_empty()
898 ifp->if_height = 0; in xfs_bmap_local_to_extents()