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

/linux-master/fs/xfs/libxfs/
H A Dxfs_iext_tree.c135 if (ifp->if_height == 1)
164 if (!ifp->if_height)
167 for (height = ifp->if_height; height > 1; height--) {
182 if (!ifp->if_height)
185 for (height = ifp->if_height; height > 1; height--) {
240 if (ifp->if_height > 1 && !xfs_iext_valid(ifp, cur) &&
268 if (ifp->if_height > 1 && cur->leaf->prev) {
312 if (!ifp->if_height)
315 for (height = ifp->if_height; height > level; height--) {
411 if (ifp->if_height
[all...]
H A Dxfs_inode_fork.c137 ifp->if_height = 0;
227 ifp->if_height = 0;
550 if (ifp->if_height)
H A Dxfs_inode_fork.h19 int if_height; /* height of the extent tree */ member in struct:xfs_ifork
H A Dxfs_bmap.c776 ifp->if_height = 0;
861 ifp->if_height = 0;

Completed in 148 milliseconds