Home
last modified time | relevance | path

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

/linux-6.1.9/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
265 return ifp->if_format == XFS_DINODE_FMT_BTREE && ifp->if_height == 0; in xfs_need_iread_extents()
Dxfs_inode_fork.c129 ifp->if_height = 0; in xfs_iformat_extents()
215 ifp->if_height = 0; in xfs_iformat_btree()
524 if (ifp->if_height) in xfs_idestroy_fork()
Dxfs_bmap.c757 ifp->if_height = 0; in xfs_bmap_local_to_extents_empty()
846 ifp->if_height = 0; in xfs_bmap_local_to_extents()