Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
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()
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 …]
A 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()
A 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()
A Dxfs_bmap.c746 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