Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_iext_tree.c139 if (ifp->if_height == 1) in xfs_iext_max_recs()
168 if (!ifp->if_height) in xfs_iext_find_first_leaf()
171 for (height = ifp->if_height; height > 1; height--) { in xfs_iext_find_first_leaf()
186 if (!ifp->if_height) in xfs_iext_find_last_leaf()
189 for (height = ifp->if_height; height > 1; height--) { in xfs_iext_find_last_leaf()
244 if (ifp->if_height > 1 && !xfs_iext_valid(ifp, cur) && in xfs_iext_next()
272 if (ifp->if_height > 1 && cur->leaf->prev) { in xfs_iext_prev()
316 if (!ifp->if_height) in xfs_iext_find_level()
319 for (height = ifp->if_height; height > level; height--) { in xfs_iext_find_level()
408 if (ifp->if_height == 1) { in xfs_iext_grow()
[all …]
Dxfs_inode_fork.c230 ifp->if_height = 0; in xfs_iformat_extents()
320 ifp->if_height = 0; in xfs_iformat_btree()
525 } else if ((ifp->if_flags & XFS_IFEXTENTS) && ifp->if_height) { in xfs_idestroy_fork()
Dxfs_inode_fork.h21 int if_height; /* height of the extent tree */ member
Dxfs_bmap.c812 ifp->if_height = 0; in xfs_bmap_local_to_extents_empty()
897 ifp->if_height = 0; in xfs_bmap_local_to_extents()