Home
last modified time | relevance | path

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

/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()
411 if (ifp->if_height == 1) { in xfs_iext_grow()
[all …]
H A Dxfs_inode_fork.c139 ifp->if_height = 0; in xfs_iformat_extents()
226 ifp->if_height = 0; in xfs_iformat_btree()
492 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.c775 ifp->if_height = 0; in xfs_bmap_local_to_extents_empty()
861 ifp->if_height = 0; in xfs_bmap_local_to_extents()
/linux/fs/xfs/scrub/ !
H A Dsymlink_repair.c315 ifp->if_height = 0; in xrep_symlink_swap_prep()
H A Dattr_repair.c1329 ifp->if_height = 0; in xrep_xattr_swap_prep()
H A Ddir_repair.c1501 ifp->if_height = 0; in xrep_dir_swap_prep()