Searched refs:if_height (Results 1 – 4 of 4) sorted by relevance
135 if (ifp->if_height == 1) in xfs_iext_max_recs()164 if (!ifp->if_height) in xfs_iext_find_first_leaf()182 if (!ifp->if_height) in xfs_iext_find_last_leaf()312 if (!ifp->if_height) in xfs_iext_find_level()422 ifp->if_height++; in xfs_iext_grow()587 ifp->if_height = 1; in xfs_iext_alloc_root()638 if (ifp->if_height == 0) in xfs_iext_insert()782 ifp->if_height--; in xfs_iext_remove_node()856 ifp->if_height--; in xfs_iext_free_last_leaf()901 if (ifp->if_height > 1) in xfs_iext_remove()[all …]
19 int if_height; /* height of the extent tree */ member265 return ifp->if_format == XFS_DINODE_FMT_BTREE && ifp->if_height == 0; in xfs_need_iread_extents()
129 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()
746 ifp->if_height = 0; in xfs_bmap_local_to_extents_empty()831 ifp->if_height = 0; in xfs_bmap_local_to_extents()
Completed in 17 milliseconds